/third_party/ltp/testcases/commands/unzip/ |
H A 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 70 cat unzip.out
|
/third_party/cups-filters/filter/braille/filters/ |
H A 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/elfutils/libdwfl/ |
H A 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/skia/infra/bots/ |
H A 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')
|
H A D | zip_utils.py | 61 def unzip(zip_file, target_dir): function
|
/third_party/node/tools/dep_updaters/ |
H A D | update-ada.sh | 39 unzip "$ADA_ZIP"
|
H A D | update-nghttp3.sh | 51 unzip "$NGHTTP3_ZIP.zip"
|
H A D | update-simdutf.sh | 50 unzip "$SIMDUTF_ZIP"
|
H A D | update-ngtcp2.sh | 51 unzip "$NGTCP2_ZIP.zip"
|
H A D | update-uvwasi.sh | 59 unzip "$UVWASI_ZIP.zip" -d "$DEPS_DIR/uvwasi/"
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_internal.h | 18 #include <minizip/unzip.h> 21 #include "third_party/zlib/contrib/minizip/unzip.h"
|
H A D | zip_writer.h | 16 #include <minizip/unzip.h> 19 #include "third_party/zlib/contrib/minizip/unzip.h"
|
H A D | zip_reader.h | 22 #include <minizip/unzip.h> 24 #include "third_party/zlib/contrib/minizip/unzip.h"
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.h | 18 #include <minizip/unzip.h> 21 #include "third_party/zlib/contrib/minizip/unzip.h"
|
H A D | zip_writer.h | 17 #include <minizip/unzip.h> 20 #include "third_party/zlib/contrib/minizip/unzip.h"
|
H A D | zip_reader.h | 22 #include <minizip/unzip.h> 24 #include "third_party/zlib/contrib/minizip/unzip.h"
|
/third_party/node/deps/zlib/google/ |
H A D | zip_internal.h | 18 #include <minizip/unzip.h> 21 #include "third_party/zlib/contrib/minizip/unzip.h"
|
H A D | zip_writer.h | 17 #include <minizip/unzip.h> 20 #include "third_party/zlib/contrib/minizip/unzip.h"
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | Makefile | 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | Makefile | 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
|
/third_party/zlib/contrib/minizip/ |
H A D | Makefile | 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
|
/third_party/rust/crates/libc/ci/ |
H A D | android-sysimage.sh | 18 unzip -q "${name}"
|
/third_party/node/deps/v8/tools/jsfunfuzz/ |
H A D | fuzz-harness.sh | 49 unzip "$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | zip_output_unittest.sh | 45 UNZIP=unzip 64 || fail 'unzip failed.' 75 echo "Warning: 'unzip' command not available. Skipping test."
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
H A D | value_enum.rs | 109 let (lit, variant): (Vec<TokenStream>, Vec<Ident>) = lits.iter().cloned().unzip(); in gen_to_possible_value()
|