| /third_party/toybox/tests/ |
| D | unzip.test | 13 # unzip -l 14 testing "-l" "unzip -l $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/x.txt ] && echo okay" "\ 23 # unzip -lq 24 testing "-lq" "unzip -lq $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/x.txt ] && echo okay" "\ 32 # unzip -lv 33 testing "-lv" "unzip -lv $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/file ] && echo okay" "\ 42 # unzip -v 43 testing "-v" "unzip -v $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/file ] && echo okay" "\ 52 # unzip 53 testing "one file" "unzip -q $FILES/zip/example.zip d1/d2/a.txt && [ ! -f d1/d2/b.txt ] && cat d1/d… [all …]
|
| /third_party/ltp/testcases/commands/unzip/ |
| D | unzip01.sh | 7 # Tests basic functionality of unzip command. 12 TST_NEEDS_CMDS="unzip" 16 if unzip 2>&1 | grep -q 'BusyBox'; then 64 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out 66 if diff -w unzip_exp.out unzip.out; then 67 tst_res TPASS "Unzip output is correct" 69 tst_res TFAIL "Unzip output is incorrect" 70 cat unzip.out
|
| /third_party/skia/m133/third_party/externals/zlib/patches/ |
| D | 0015-minizip-unzip-enable-decryption.patch | 17 diff --git a/third_party/zlib/contrib/minizip/unzip.c b/third_party/zlib/contrib/minizip/unzip.c 19 --- a/third_party/zlib/contrib/minizip/unzip.c 20 +++ b/third_party/zlib/contrib/minizip/unzip.c 30 #include "unzip.h"
|
| D | 0014-minizip-unzip-with-incorrect-size.patch | 19 diff --git a/third_party/zlib/contrib/minizip/unzip.c b/third_party/zlib/contrib/minizip/unzip.c 21 --- a/third_party/zlib/contrib/minizip/unzip.c 22 +++ b/third_party/zlib/contrib/minizip/unzip.c
|
| D | 0016-minizip-parse-unicode-path-extra-field.patch | 24 diff --git a/third_party/zlib/contrib/minizip/unzip.c b/third_party/zlib/contrib/minizip/unzip.c 26 --- a/third_party/zlib/contrib/minizip/unzip.c 27 +++ b/third_party/zlib/contrib/minizip/unzip.c
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | zip_output_unittest.sh | 22 UNZIP=unzip 39 if $UNZIP -h > /dev/null; then 40 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \ 41 || fail 'unzip failed.' 52 echo "Warning: 'unzip' command not available. Skipping test."
|
| /third_party/skia/third_party/externals/zlib/patches/ |
| D | 0000-build.patch | 48 #include "unzip.h" 63 #include "unzip.h" 64 diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c 66 --- a/contrib/minizip/unzip.c 67 +++ b/contrib/minizip/unzip.c 74 #include "unzip.h" 89 diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h 91 --- a/contrib/minizip/unzip.h 92 +++ b/contrib/minizip/unzip.h
|
| /third_party/skia/third_party/externals/zlib/contrib/minizip/ |
| D | ChangeLogUnzip | 3 - Fix possible memory leak in unzip.c (Zoran Stevanovic) 10 - fix buffer overrun risk in unzip.c (Xavier Roche) 36 - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 54 - rename unzip* to unz* function and structure 56 - modify some structure in unzip.h
|
| /third_party/skia/m133/third_party/externals/zlib/contrib/minizip/ |
| D | ChangeLogUnzip | 3 - Fix possible memory leak in unzip.c (Zoran Stevanovic) 10 - fix buffer overrun risk in unzip.c (Xavier Roche) 36 - fix bug in unzlocal_GetCurrentFileInfoInternal in unzip.c for 54 - rename unzip* to unz* function and structure 56 - modify some structure in unzip.h
|
| D | README.chromium | 18 0014-minizip-unzip-with-incorrect-size.patch 23 0015-minizip-unzip-enable-decryption.patch
|
| /third_party/zlib/contrib/minizip/ |
| D | MiniZip64_info.txt | 14 support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ ) 22 * Added ZIP64 support for unzip ( by Even Rouault ) 26 * Added unzip patch for BZIP Compression method (patch create by Daniel Borca) 34 Even Rouault - ZIP64 unzip Support 35 Daniel Borca - BZip Compression method support in unzip
|
| D | Makefile.am | 21 unzip.c \ 32 unzip.h \
|
| D | make_vms.com | 15 $ cc/include=[--]/prefix=all unzip.c 18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
|
| /third_party/skia/m133/infra/bots/ |
| D | zip_utils_test.py | 35 # Zip, unzip. 37 zip_utils.unzip('test.zip', 'output') 53 # Zip, unzip. 55 zip_utils.unzip('test.zip', 'output')
|
| /third_party/skia/infra/bots/ |
| D | zip_utils_test.py | 35 # Zip, unzip. 37 zip_utils.unzip('test.zip', 'output') 53 # Zip, unzip. 55 zip_utils.unzip('test.zip', 'output')
|
| /third_party/cups-filters/filter/braille/filters/ |
| D | texttobrf.in | 86 # tools need to seek within the file (e.g. unzip), or spaces in the path pose 128 CONVERT="unzip -p $FILE content.xml" 130 checkTool unzip unzip "translating LibreOffice/OpenOffice OpenDocument files" 135 CONVERT="unzip -p $FILE word/document.xml" 137 checkTool unzip unzip "translating MS-Word docx files"
|
| /third_party/skia/m133/third_party/externals/zlib/google/ |
| D | zip_unittest.cc | 276 ASSERT_TRUE(zip::Unzip(path, test_dir_)); in TestUnzipFile() 355 ASSERT_TRUE(zip::Unzip(zip_file, out_dir)); in TestTimeStamp() 382 EXPECT_FALSE(zip::Unzip(GetDataDirectory().AppendASCII("No Such File.zip"), in TEST_F() 392 TEST_F(ZipTest, Unzip) { in TEST_F() argument 402 // Unzip the zip file into a sub directory of test_dir_ so evil.zip in TEST_F() 406 EXPECT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 417 ASSERT_TRUE(zip::Unzip(path, output_dir)); in TEST_F() 427 ASSERT_TRUE(zip::Unzip(GetDataDirectory().AppendASCII("test.zip"), test_dir_, in TEST_F() 444 ASSERT_TRUE(zip::Unzip( in TEST_F() 464 ASSERT_FALSE(zip::Unzip( in TEST_F() [all …]
|
| D | zip.h | 173 // Callback reporting the number of bytes written during Unzip. 176 // Options of the Unzip function, with valid default values. 204 bool Unzip(const base::PlatformFile& zip_file, 213 bool Unzip(const base::FilePath& zip_file,
|
| /third_party/protobuf/rust/ |
| D | cargo_test.sh | 40 unzip -d $CRATE_ROOT $PROTOBUF_ZIP 47 unzip -d $CODEGEN_ROOT $CODEGEN_ZIP 54 unzip -d $EXAMPLE_ROOT $EXAMPLE_ZIP
|
| /third_party/skia/third_party/externals/zlib/google/ |
| D | zip_reader.cc | 20 #include <minizip/unzip.h> 22 #include "third_party/zlib/contrib/minizip/unzip.h" 301 DVLOG(1) << "Unzip failed: unable to create directory."; in ExtractCurrentEntryToFilePathAsync() 309 DVLOG(1) << "Unzip failed: unable to open current zip entry."; in ExtractCurrentEntryToFilePathAsync() 317 DVLOG(1) << "Unzip failed: unable to create containing directory."; in ExtractCurrentEntryToFilePathAsync() 327 DVLOG(1) << "Unzip failed: unable to create platform file at " in ExtractCurrentEntryToFilePathAsync() 422 DVLOG(1) << "Unzip failed: error while reading zipfile " in ExtractChunk() 427 DVLOG(1) << "Unzip failed: unable to write all bytes to target."; in ExtractChunk()
|
| D | zip.h | 150 // Unzip the contents of zip_file into dest_dir. 161 // Unzip the contents of zip_file, using the writers provided by writer_factory. 176 // Unzip the contents of zip_file into dest_dir. 177 bool Unzip(const base::FilePath& zip_file, const base::FilePath& dest_dir);
|
| /third_party/skia/m133/build/fuchsia/ |
| D | update_fuchsia_sdk | 44 # Download and unzip CIPD package archive. 50 unzip_cmd = "unzip -q " + zip_file.name + " -d " + output_dir 63 " the unzip command issue will require file overwrite confirmation.")
|
| /third_party/skia/build/fuchsia/ |
| D | update_fuchsia_sdk | 44 # Download and unzip CIPD package archive. 50 unzip_cmd = "unzip -q " + zip_file.name + " -d " + output_dir 63 " the unzip command issue will require file overwrite confirmation.")
|
| /third_party/elfutils/libdwfl/ |
| D | gzip.c | 39 # define unzip __libdw_unlzma macro 52 # define unzip __libdw_unzstd macro 58 # define unzip __libdw_bunzip2 macro 71 # define unzip __libdw_gunzip macro 179 unzip (int fd, off_t start_offset, in unzip() function
|
| /third_party/grpc/tools/run_tests/python_utils/ |
| D | download_and_unzip.py | 14 """Download and unzip the target file to the destination.""" 46 print("Successfully unzip to %s" % destination)
|