Searched defs:normalized_path (Results 1 - 2 of 2) sorted by last modified time

/bionic/linker/
H A Dlinker.cpp463 std::string normalized_path; local
465 if (!normalize_path(original_path, &normalized_path)) {
470 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
1483 std::string normalized_path;
1484 if (!normalize_path(input_path, &normalized_path)) {
1488 const char* const path = normalized_path.c_str();
1542 normalized_path.c_str());
1543 *realpath = normalized_path;
H A Dlinker_utils.cpp20 bool normalize_path(const char* path, std::string* normalized_path) { argument
60 *normalized_path = buf;
86 std::string normalized_path; local
87 if (!normalize_path(input_path, &normalized_path)) {
91 const char* const path = normalized_path.c_str();

Completed in 150 milliseconds