Searched refs:parse_path (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/storage/
H A Dstorage_support.h36 status_t parse_path(const char *fullPath, int &dirEnd, int &leafStart,
38 status_t parse_path(const char *fullPath, char *dirPath, char *leaf);
/haiku/src/kits/storage/
H A Dstorage_support.cpp35 // parse_path
55 parse_path(const char *fullPath, int &dirEnd, int &leafStart, int &leafEnd) function in namespace:BPrivate::Storage
91 // parse_path
111 parse_path(const char *fullPath, char *dirPath, char *leaf) function in namespace:BPrivate::Storage
115 status_t error = parse_path(fullPath, dirEnd, leafStart, leafEnd);
H A DEntry.cpp596 status_t error = BPrivate::Storage::parse_path(path, dirPath,
/haiku/src/build/libbe/storage/
H A DEntry.cpp927 status_t error = BPrivate::Storage::parse_path(path, dirPath,

Completed in 49 milliseconds