Home | History | Annotate | Download | only in linker

Lines Matching defs:zip_path

888   bool get_or_open(const char* zip_path, ZipArchiveHandle* handle);
895 bool ZipArchiveCache::get_or_open(const char* zip_path, ZipArchiveHandle* handle) {
896 std::string key(zip_path);
904 int fd = TEMP_FAILURE_RETRY(open(zip_path, O_RDONLY | O_CLOEXEC));
954 const char* zip_path = buf;
956 int fd = TEMP_FAILURE_RETRY(open(zip_path, O_RDONLY | O_CLOEXEC));
962 if (!zip_archive_cache->get_or_open(zip_path, &handle)) {