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

/haiku/src/build/libroot/
H A Dfs.cpp257 // normalize_dir_path: Make path absolute and remove redundant entries.
259 normalize_dir_path(const char *path, string &normalizedPath) function
328 return normalize_dir_path(path, normalizedPath);
331 status_t error = normalize_dir_path(dirPath, normalizedPath);
451 if (normalize_dir_path(path, normalizedPath) == B_OK)

Completed in 222 milliseconds