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) function
352 status_t error = normalize_path(buffer, buffer, bufferSize);
552 status_t error = normalize_path(referencePath, referencePath,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2880 normalize_path(char* path, size_t pathSize, bool traverseLink, bool kernel) function
4470 return normalize_path(buffer, bufferSize, traverseLink, kernel);
9023 status_t error = normalize_path(path, pathBuffer.BufferSize(), traverseLink,

Completed in 69 milliseconds