HomeSort by relevance Sort by last modified time
    Searched refs:kZipFileSeparator (Results 1 - 3 of 3) sorted by null

  /bionic/linker/
linker_utils.h 35 extern const char* const kZipFileSeparator;
linker_utils.cpp 138 const char* const kZipFileSeparator = "!/";
153 const char* const separator = strstr(path, kZipFileSeparator);
240 resolved_paths->push_back(std::string(resolved_path) + kZipFileSeparator + entry_path);
linker.cpp 941 const char* const separator = strstr(path, kZipFileSeparator);
1016 if (strstr(buf, kZipFileSeparator) != nullptr) {
1049 if (strstr(name, kZipFileSeparator) != nullptr) {
    [all...]

Completed in 63 milliseconds