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

/haiku/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/src/system/boot/loader/
H A Dvfs.cpp797 char *nextPath; local
801 for (nextPath = path + 1; nextPath[0] != '\0' && nextPath[0] != '/'; nextPath++);
803 if (*nextPath == '/') {
804 *nextPath = '\0';
806 nextPath++;
807 while (*nextPath == '/');
816 path = nextPath;
[all...]
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp390 BPath nextPath; local
397 if (nextEnt.GetPath(&nextPath) == B_NO_ERROR) {
398 char* filePath = strrchr(nextPath.Path(), '/') + 1;
/haiku/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[
2530 char *nextPath = fssh_strchr(moduleName, '/'); local
[all...]
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp1002 KPath* nextPath = new(nothrow) KPath(path); local
1003 if (!nextPath)
1005 if (fPaths.Push(nextPath) != B_OK)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2146 char* nextPath; local
2157 for (nextPath = path + 1; *nextPath != '\0' && *nextPath != '/';
2158 nextPath++);
2161 if (*nextPath == '/') {
2163 *nextPath = '\0';
2165 nextPath++;
2166 while (*nextPath == '/');
2175 path = nextPath;
4390 char* nextPath = strchr(moduleName, '/'); local
[all...]
/haiku/src/system/kernel/
H A Dmodule.cpp927 nextPath:
945 goto nextPath;
966 goto nextPath;

Completed in 92 milliseconds