Lines Matching defs:zip_path
961 bool get_or_open(const char* zip_path, ZipArchiveHandle* handle);
968 bool ZipArchiveCache::get_or_open(const char* zip_path, ZipArchiveHandle* handle) {
969 std::string key(zip_path);
977 int fd = TEMP_FAILURE_RETRY(open(zip_path, O_RDONLY | O_CLOEXEC));
1026 const char* zip_path = buf;
1028 int fd = TEMP_FAILURE_RETRY(open(zip_path, O_RDONLY | O_CLOEXEC));
1034 if (!zip_archive_cache->get_or_open(zip_path, &handle)) {