Home
last modified time | relevance | path

Searched full:unzip (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/external/toybox/tests/
Dunzip.test13 # 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 …]
/external/ltp/testcases/commands/unzip/
Dunzip01.sh7 # 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
/external/cronet/stable/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
DUnzip.java5 package org.chromium.android.commands.unzip;
21 /** Minimal implementation of the command-line unzip utility for Android. */
22 public class Unzip { class
24 private static final String TAG = "Unzip";
28 new Unzip().run(args); in main()
37 s.println("unzip [zipfile]"); in showUsage()
41 private void unzip(String[] args) { in unzip() method in Unzip
90 unzip(args); in run()
/external/cronet/tot/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
DUnzip.java5 package org.chromium.android.commands.unzip;
21 /** Minimal implementation of the command-line unzip utility for Android. */
22 public class Unzip { class
24 private static final String TAG = "Unzip";
28 new Unzip().run(args); in main()
37 s.println("unzip [zipfile]"); in showUsage()
41 private void unzip(String[] args) { in unzip() method in Unzip
90 unzip(args); in run()
/external/angle/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
DUnzip.java5 package org.chromium.android.commands.unzip;
21 /** Minimal implementation of the command-line unzip utility for Android. */
22 public class Unzip { class
24 private static final String TAG = "Unzip";
28 new Unzip().run(args); in main()
37 s.println("unzip [zipfile]"); in showUsage()
41 private void unzip(String[] args) { in unzip() method in Unzip
90 unzip(args); in run()
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Darchive_info.py17 """ Container for the information needed to unzip a downloaded archive.
21 unzip_path: Path to unzip the archive into. Assumes that this path
25 None: Do not unzip the file downloaded from cloud_storage.
26 '.': Unzip the file downloaded from cloud_storage. The
28 file_path: Unzip the file downloaded from cloud_storage.
48 # Remove stale unzip results
65 'Missing needed info to unzip archive. Know data: %s' % self)
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dunzip.rs10 /// Future for the [`unzip`](super::StreamExt::unzip) method.
13 pub struct Unzip<St, FromA, FromB> {
21 impl<St: Stream, FromA: Default, FromB: Default> Unzip<St, FromA, FromB> { impl
32 impl<St, A, B, FromA, FromB> FusedFuture for Unzip<St, FromA, FromB> implementation
43 impl<St, A, B, FromA, FromB> Future for Unzip<St, FromA, FromB> implementation
/external/cronet/stable/build/util/lib/common/
Dutil.py86 def Unzip(zip_path, output_dir): function
87 """Unzips the given zip file using a system installed unzip tool.
90 zip_path: zip file to unzip.
91 output_dir: directory to unzip the contents of the zip file. The directory
95 RuntimeError if the unzip operation fails.
100 unzip_cmd = ['unzip', '-o']
103 raise RuntimeError('Unable to unzip %s to %s' % (zip_path, output_dir))
/external/cronet/tot/build/util/lib/common/
Dutil.py86 def Unzip(zip_path, output_dir): function
87 """Unzips the given zip file using a system installed unzip tool.
90 zip_path: zip file to unzip.
91 output_dir: directory to unzip the contents of the zip file. The directory
95 RuntimeError if the unzip operation fails.
100 unzip_cmd = ['unzip', '-o']
103 raise RuntimeError('Unable to unzip %s to %s' % (zip_path, output_dir))
/external/angle/build/util/lib/common/
Dutil.py86 def Unzip(zip_path, output_dir): function
87 """Unzips the given zip file using a system installed unzip tool.
90 zip_path: zip file to unzip.
91 output_dir: directory to unzip the contents of the zip file. The directory
95 RuntimeError if the unzip operation fails.
100 unzip_cmd = ['unzip', '-o']
103 raise RuntimeError('Unable to unzip %s to %s' % (zip_path, output_dir))
/external/zlib/patches/
D0015-minizip-unzip-enable-decryption.patch17 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"
D0014-minizip-unzip-with-incorrect-size.patch19 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
/external/elfutils/tests/
Drun-srcfiles-self.sh37 $ET_EXEC --help | grep -q zip && command -v unzip >/dev/null 2>&1 && zip=true || zip=false
64 unzip -v test.zip
65 unzip -t test.zip
68 unzip -j test.zip "*/$SRC_NAME"
91 unzip -v test.zip
92 unzip -t test.zip
96 unzip test.zip -d extracted
/external/zlib/contrib/minizip/
DChangeLogUnzip3 - 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
/external/bazelbuild-rules_android/toolchains/android/
DBUILD39 outs = ["unzip.sh"],
41 unzip \\$$@
54 name = "unzip",
55 srcs = [":unzip.sh"],
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh45 UNZIP=unzip
62 if $UNZIP -h > /dev/null; then
63 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \
64 || fail 'unzip failed.'
75 echo "Warning: 'unzip' command not available. Skipping test."
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh45 UNZIP=unzip
62 if $UNZIP -h > /dev/null; then
63 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \
64 || fail 'unzip failed.'
75 echo "Warning: 'unzip' command not available. Skipping test."
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh45 UNZIP=unzip
62 if $UNZIP -h > /dev/null; then
63 $UNZIP -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list \
64 || fail 'unzip failed.'
75 echo "Warning: 'unzip' command not available. Skipping test."
/external/rust/android-crates-io/crates/rayon/src/iter/
Dunzip.rs4 /// This trait abstracts the different ways we can "unzip" one parallel
21 /// - e.g. true for `unzip` where the item count passed through directly.
28 /// Runs an unzip-like operation into default `ParallelExtend` collections.
42 /// Runs an unzip-like operation into `ParallelExtend` collections.
60 /// This is called by `ParallelIterator::unzip`.
61 pub(super) fn unzip<I, A, B, FromA, FromB>(pi: I) -> (FromA, FromB) in unzip() function
69 execute(pi, Unzip) in unzip()
84 op: &Unzip, in unzip_indexed()
92 struct Unzip; struct
94 impl<A: Send, B: Send> UnzipOp<(A, B)> for Unzip { implementation
[all …]
/external/autotest/server/hosts/
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument
144 @param unzip: If True, unzip the downloaded file.
145 @param unzip_dest: Location to unzip the downloaded file to. If not
156 if unzip:
158 self.run('unzip "%s" -x -d "%s"' % (dest_file, unzip_dest))
/external/bazelbuild-rules_android/src/tools/ak/shellapk/testdata/
DBUILD29 …cmd = "unzip -p $(location //src/java/com/example/sampleapp:sampleapp.apk) AndroidManifest.xml > '…
37 unzip $(location //src/java/com/example/sampleapp:sampleapp.apk) res/*
49 unzip -p $(location //src/java/com/example/sampleapp:sampleapp.apk) classes.dex > $(@D)/tmp/classes…
60 unzip $(location //src/java/com/example/sampleapp:sampleapp.apk) lib/*
/external/skia/infra/bots/
Dzip_utils_test.py35 # Zip, unzip.
37 zip_utils.unzip('test.zip', 'output')
53 # Zip, unzip.
55 zip_utils.unzip('test.zip', 'output')
/external/antlr/runtime/JavaScript/build/
DREADME11 * Unzip the downloaded file.
15 * Unzip the downloaded file.
19 * Unzip the downloaded file.
23 * Unzip the downloaded file.
/external/zlib/google/
Dzip_unittest.cc276 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 …]
/external/pytorch/.github/actions/download-build-artifacts/
Daction.yml3 description: Download and unzip artifacts from a previous PyTorch build.
33 - name: Unzip artifacts
35 run: unzip -o artifacts.zip

12345678910>>...29