Home
last modified time | relevance | path

Searched refs:normalize_path (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/os/
H A Dfind_paths.cpp304 normalize_path(const char* path, char* buffer, size_t bufferSize) in normalize_path() function
352 status_t error = normalize_path(buffer, buffer, bufferSize); in normalize_longest_existing_path_prefix()
552 status_t error = normalize_path(referencePath, referencePath, in internal_path_for_path()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2897 normalize_path(char* path, size_t pathSize, bool traverseLink, bool kernel) in normalize_path() function
4478 return normalize_path(buffer, bufferSize, traverseLink, kernel); in vfs_normalize_path()
9076 status_t error = normalize_path(path, pathBuffer.BufferSize(), traverseLink, in _user_normalize_path()