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

  /bionic/linker/
linker_utils.cpp 20 bool normalize_path(const char* path, std::string* normalized_path) {
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();
linker.cpp 470 std::string normalized_path; local
472 if (!normalize_path(original_path, &normalized_path)) {
477 if (parse_zip_path(normalized_path.c_str(), &zip_path, &entry_path)) {
    [all...]

Completed in 117 milliseconds