Home
last modified time | relevance | path

Searched refs:kZipFileSeparator (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_utils.cpp138 const char* const kZipFileSeparator = "!/"; variable
153 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path()
237 resolved_paths->push_back(std::string(resolved_path) + kZipFileSeparator + entry_path); in resolve_paths()
Dlinker_utils.h34 extern const char* const kZipFileSeparator;
Dlinker.cpp1013 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile()
1083 if (strstr(path, kZipFileSeparator) != nullptr) { in open_library_at_path()
1133 if (strstr(name, kZipFileSeparator) != nullptr) { in open_library()