Searched refs:leafEnd (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/
H A Dstorage_support.cpp41 part may be empty though (i.e. \code leafStart == leafEnd \endcode), which
49 \param leafEnd Reference to a variable into which the end index of
55 parse_path(const char *fullPath, int &dirEnd, int &leafStart, int &leafEnd) argument
67 leafEnd = i + 1;
68 if (leafEnd == 0) {
70 dirEnd = leafStart = leafEnd = 1;
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, leafEnd);
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.h37 int &leafEnd);

Completed in 40 milliseconds