Searched refs:sAddonPaths (Results 1 - 1 of 1) sorted by path

/haiku/src/system/boot/loader/
H A Dloader.cpp48 static const char *sAddonPaths[] = { variable
184 for (; sAddonPaths[i]; i++) {
186 snprintf(path, sizeof(path), "%s/boot", sAddonPaths[i]);
200 snprintf(path, sizeof(path), "%s/%s", sAddonPaths[0], paths[i]);
207 snprintf(path, sizeof(path), "%s/%s", sAddonPaths[0], "file_systems");
209 snprintf(path, sizeof(path), "%s/%s", sAddonPaths[0], "partitioning_systems");

Completed in 30 milliseconds