Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_utils.cpp | 140 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path) { in parse_zip_path() argument 142 if (!normalize_path(input_path, &normalized_path)) { in parse_zip_path() 147 TRACE("Trying zip file open from path \"%s\" -> normalized \"%s\"", input_path, path); in parse_zip_path()
|
D | linker_utils.h | 41 bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path);
|
D | linker.cpp | 883 const char* const input_path, in open_library_in_zipfile() argument 886 if (!normalize_path(input_path, &normalized_path)) { in open_library_in_zipfile() 891 TRACE("Trying zip file open from path \"%s\" -> normalized \"%s\"", input_path, path); in open_library_in_zipfile()
|