Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_utils.h21 extern const char* const kZipFileSeparator;
Dlinker_utils.cpp83 const char* const kZipFileSeparator = "!/"; variable
98 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path()
Dlinker.cpp483 resolved_paths->push_back(std::string(resolved_path) + kZipFileSeparator + entry_path); in resolve_paths()
1502 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile()
1577 if (strstr(buf, kZipFileSeparator) != nullptr) { in open_library_on_paths()
1610 if (strstr(name, kZipFileSeparator) != nullptr) { in open_library()