Searched defs:normalize_path (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_utils.cpp75 bool normalize_path(const char* path, std::string* normalized_path) { function
78 PRINT("normalize_path - invalid input: \"%s\", the input path should be absolute", path);
142 if (!normalize_path(input_path, &normalized_path)) {
229 if (!normalize_path(original_path, &normalized_path)) {

Completed in 1320 milliseconds