Searched refs:leafStart (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/storage/
H A Dstorage_support.cpp41 part may be empty though (i.e. \code leafStart == leafEnd \endcode), which
47 \param leafStart Reference to a variable into which the start index of
55 parse_path(const char *fullPath, int &dirEnd, int &leafStart, int &leafEnd) argument
70 dirEnd = leafStart = leafEnd = 1;
76 leafStart = i + 1;
77 if (leafStart == 0) {
79 dirEnd = leafStart = leafEnd;
97 part may be empty though (i.e. \code leafStart == leafEnd \endcode), which
114 int leafStart, leafEnd, dirEnd; local
115 status_t error = parse_path(fullPath, dirEnd, leafStart, leafEn
133 internal_parse_path(const char *fullPath, int &leafStart, int &leafEnd, int &pathEnd) argument
210 int leafStart, leafEnd, pathEnd, len; local
[all...]
/haiku/headers/private/storage/
H A Dstorage_support.h36 status_t parse_path(const char *fullPath, int &dirEnd, int &leafStart,
/haiku/src/bin/
H A Dcopyattr.cpp584 int leafStart = sourceLen; local
585 while (leafStart > 0 && sourcePath[leafStart - 1] != '/')
586 leafStart--;
590 int leafLen = sourceLen - leafStart;
592 && strncmp(sourcePath + leafStart, "..", leafLen) == 0)) {

Completed in 36 milliseconds