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

/haiku/src/kits/storage/
H A Dstorage_support.cpp45 \param dirEnd Reference to a variable into which the end index of the
55 parse_path(const char *fullPath, int &dirEnd, int &leafStart, int &leafEnd) argument
70 dirEnd = leafStart = leafEnd = 1;
79 dirEnd = leafStart = leafEnd;
85 dirEnd = i + 1;
86 if (dirEnd == 0) // => fullPath[0] == '/' (an absolute path)
87 dirEnd = 1;
114 int leafStart, leafEnd, dirEnd; local
115 status_t error = parse_path(fullPath, dirEnd, leafStart, leafEnd);
118 if (dirEnd >
[all...]
/haiku/headers/private/storage/
H A Dstorage_support.h36 status_t parse_path(const char *fullPath, int &dirEnd, int &leafStart,

Completed in 36 milliseconds