Searched refs:kZipFileSeparator (Results 1 – 3 of 3) sorted by relevance
138 const char* const kZipFileSeparator = "!/"; variable153 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()
34 extern const char* const kZipFileSeparator;
1013 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()