Searched refs:nextPath (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/tests/system/boot/loader/
H A Dplatform_devices.cpp76 char nextPath[PATH_MAX]; local
77 strcpy(nextPath, path);
78 strcat(nextPath, "/");
79 strcat(nextPath, dirent->d_name);
83 && add_device(nextPath, list) == B_OK)
86 recursive_add_device(nextPath, list);
/haiku-fatelf/src/system/boot/loader/
H A Dvfs.cpp523 char *nextPath; local
527 for (nextPath = path + 1; nextPath[0] != '\0' && nextPath[0] != '/'; nextPath++);
529 if (*nextPath == '/') {
530 *nextPath = '\0';
532 nextPath++;
533 while (*nextPath == '/');
542 path = nextPath;
[all...]
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp567 BPath nextPath; local
574 if (nextEnt.GetPath(&nextPath) == B_NO_ERROR) {
575 char* filePath = strrchr(nextPath.Path(), '/') + 1;
/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp1108 char *nextPath; local
1118 for (nextPath = path + 1; *nextPath != '\0' && *nextPath != '/'; nextPath++);
1120 if (*nextPath == '/') {
1121 *nextPath = '\0';
1123 nextPath++;
1124 while (*nextPath == '/');
1156 && !(!traverseLeafLink && nextPath[
2483 char *nextPath = fssh_strchr(moduleName, '/'); local
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp2134 char* nextPath; local
2145 for (nextPath = path + 1; *nextPath != '\0' && *nextPath != '/';
2146 nextPath++);
2148 if (*nextPath == '/') {
2149 *nextPath = '\0';
2151 nextPath++;
2152 while (*nextPath == '/');
2161 path = nextPath;
4263 char* nextPath = strchr(moduleName, '/'); local
[all...]
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1005 KPath *nextPath = new(nothrow) KPath(path); local
1006 if (!nextPath)
1008 if (fPaths.Push(nextPath) != B_OK)
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp936 nextPath:
954 goto nextPath;
975 goto nextPath;

Completed in 143 milliseconds