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

/bionic/linker/
H A Dlinker_utils.cpp75 bool normalize_path(const char* path, std::string* normalized_path) { argument
115 *normalized_path = buf;
141 std::string normalized_path; local
142 if (!normalize_path(input_path, &normalized_path)) {
146 const char* const path = normalized_path.c_str();
222 std::string normalized_path; local
223 if (!normalize_path(original_path, &normalized_path)) {
230 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
H A Dlinker.cpp944 std::string normalized_path; local
945 if (!normalize_path(input_path, &normalized_path)) {
949 const char* const path = normalized_path.c_str();
1003 normalized_path.c_str());
1004 *realpath = normalized_path;

Completed in 187 milliseconds