Home
last modified time | relevance | path

Searched defs:zip_file (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc20 bool AddFileContentToZip(zipFile zip_file, in AddFileContentToZip()
40 bool OpenNewFileEntry(zipFile zip_file, in OpenNewFileEntry()
54 bool CloseNewFileEntry(zipFile zip_file) { in CloseNewFileEntry()
58 bool AddFileEntryToZip(zipFile zip_file, in AddFileEntryToZip()
76 bool AddDirectoryEntryToZip(zipFile zip_file, in AddDirectoryEntryToZip()
93 zipFile zip_file = in CreateWithFd() local
110 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create() local
120 ZipWriter::ZipWriter(zipFile zip_file, in ZipWriter()
Dzip_unittest.cc252 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp() local
419 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
432 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
449 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out_russian.zip"); in TEST_F() local
487 base::File zip_file(zip_name, in TEST_F() local
536 base::FilePath zip_file; in TEST_F() local
Dzip_internal.cc348 bool ZipOpenNewFileInZip(zipFile zip_file, in ZipOpenNewFileInZip()
/third_party/skia/infra/bots/
Dzip_utils.py28 def zip(target_dir, zip_file, to_skip=None): # pylint: disable=W0622 argument
61 def unzip(zip_file, target_dir): argument
/third_party/node/deps/zlib/google/
Dzip_writer.cc132 zipFile zip_file = in CreateWithFd() local
149 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create() local
160 ZipWriter::ZipWriter(zipFile zip_file, FileAccessor* file_accessor) in ZipWriter()
Dzip_unittest.cc328 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp() local
1015 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1026 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1041 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out_russian.zip"); in TEST_F() local
1077 base::File zip_file(zip_name, in TEST_F() local
1121 base::FilePath zip_file; in TEST_F() local
1152 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1189 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1228 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
Dzip_internal.cc354 bool ZipOpenNewFileInZip(zipFile zip_file, in ZipOpenNewFileInZip()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.cc132 zipFile zip_file = in CreateWithFd() local
149 zipFile zip_file = internal::OpenForZipping(zip_file_path.AsUTF8Unsafe(), in Create() local
160 ZipWriter::ZipWriter(zipFile zip_file, FileAccessor* file_accessor) in ZipWriter()
Dzip_unittest.cc328 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TestTimeStamp() local
1015 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1026 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1041 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out_russian.zip"); in TEST_F() local
1077 base::File zip_file(zip_name, in TEST_F() local
1121 base::FilePath zip_file; in TEST_F() local
1152 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1189 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
1228 base::FilePath zip_file = temp_dir.GetPath().AppendASCII("out.zip"); in TEST_F() local
Dzip_internal.cc354 bool ZipOpenNewFileInZip(zipFile zip_file, in ZipOpenNewFileInZip()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c4600 FILE *zip_file = fopen(zip_file_path, "re"); in open_uncompressed_library_in_zipfile() local