Searched refs:nextComponent (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/kits/storage/
H A Dstorage_support.cpp291 \param nextComponent the variable the index of the next component is
297 int32& nextComponent)
311 nextComponent = 0;
313 nextComponent = i;
325 \param nextComponent the variable the index of the next component is
331 int32& nextComponent)
334 status_t error = parse_first_path_component(path, length, nextComponent);
389 int32 length, nextComponent; local
391 error = parse_first_path_component(remainder, length, nextComponent);
395 remainder += nextComponent;
296 parse_first_path_component(const char *path, int32& length, int32& nextComponent) argument
330 parse_first_path_component(const char *path, char *&component, int32& nextComponent) argument
[all...]
H A DDirectory.cpp568 int32 nextComponent; local
572 component, nextComponent);
584 path += nextComponent;
603 } while (nextComponent != 0);
/haiku-fatelf/headers/private/storage/
H A Dstorage_support.h45 int32& nextComponent);
49 int32& nextComponent);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dkernel_emu.cpp24 \param nextComponent the variable the index of the next component is
31 int32& nextComponent)
45 nextComponent = 0;
47 nextComponent = i;
73 int32 length, nextComponent; local
76 = parse_first_path_component(remainder, length, nextComponent);
81 remainder += nextComponent;
82 } while (nextComponent != 0);
30 parse_first_path_component(const char *path, int32& length, int32& nextComponent) argument
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp244 const char* nextComponent = nextSlash + 1; local
245 while (*nextComponent == '/')
246 nextComponent++;
249 nextSlash - fileName, *nextComponent != '\0', entry);
253 fileName = nextComponent;
270 const char* nextComponent = nextSlash + 1; local
271 while (*nextComponent == '/')
272 nextComponent++;
277 fileName = nextComponent;
/haiku-fatelf/src/build/libbe/storage/
H A DDirectory.cpp917 int32 nextComponent; local
921 component, nextComponent);
932 path += nextComponent;
949 } while (nextComponent != 0);
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp732 const char* nextComponent = nextSlash + 1; local
733 while (*nextComponent == '/')
734 nextComponent++;
738 fileName = nextComponent;
772 const char* nextComponent = nextSlash + 1; local
773 while (*nextComponent == '/')
774 nextComponent++;
778 fileName = nextComponent;
1278 const char* nextComponent = nextSlash + 1; local
1279 while (*nextComponent
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp27 \param nextComponent the variable the index of the next component is
33 int32& nextComponent)
47 nextComponent = 0;
49 nextComponent = i;
75 int32 length, nextComponent; local
78 = parse_first_path_component(remainder, length, nextComponent);
83 remainder += nextComponent;
84 } while (nextComponent != 0);
32 parse_first_path_component(const char *path, int32& length, int32& nextComponent) argument

Completed in 102 milliseconds