Home
last modified time | relevance | path

Searched refs:zip_file_path (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc106 const base::FilePath& zip_file_path, in Create() argument
109 DCHECK(!zip_file_path.empty()); in Create()
110 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create()
113 DLOG(ERROR) << "Couldn't create ZIP file at path " << zip_file_path; in Create()
Dzip_reader.cc144 bool ZipReader::Open(const base::FilePath& zip_file_path) { in Open() argument
149 zip_file_ = internal::OpenForUnzipping(zip_file_path.AsUTF8Unsafe()); in Open()
Dzip_reader.h128 bool Open(const base::FilePath& zip_file_path);
/third_party/node/deps/zlib/google/
Dzip_writer.cc146 const base::FilePath& zip_file_path, in Create() argument
148 DCHECK(!zip_file_path.empty()); in Create()
149 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create()
153 PLOG(ERROR) << "Cannot create ZIP file " << Redact(zip_file_path); in Create()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.cc146 const base::FilePath& zip_file_path, in Create() argument
148 DCHECK(!zip_file_path.empty()); in Create()
149 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create()
153 PLOG(ERROR) << "Cannot create ZIP file " << Redact(zip_file_path); in Create()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4590 char *zip_file_path = z_info->path_buf; in open_uncompressed_library_in_zipfile() local
4592 if (zip_file_path == NULL || lib_path == NULL) { in open_uncompressed_library_in_zipfile()
4597 path, zip_file_path, lib_path); in open_uncompressed_library_in_zipfile()
4600 FILE *zip_file = fopen(zip_file_path, "re"); in open_uncompressed_library_in_zipfile()
4602 LD_LOGE("Open uncompressed library: fopen %{public}s failed.", zip_file_path); in open_uncompressed_library_in_zipfile()
4674 lib_path, zip_file_path, zip_file_header.compression_method, z_info->file_offset); in open_uncompressed_library_in_zipfile()
4687 …OGE("Open uncompressed library: %{public}s was not found in %{public}s.", lib_path, zip_file_path); in open_uncompressed_library_in_zipfile()