Searched refs:kZipFileSeparator (Results 1 – 3 of 3) sorted by relevance
21 extern const char* const kZipFileSeparator;
83 const char* const kZipFileSeparator = "!/"; variable98 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path()
483 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()