Home
last modified time | relevance | path

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

12345678910>>...95

/aosp_15_r20/system/libziparchive/cli-tests/
H A Dunzip.test1 # unzip tests.
9 name: unzip -l
10 command: unzip -l $FILES/example.zip d1/d2/x.txt
21 name: unzip -lq
22 command: unzip -lq $FILES/example.zip d1/d2/x.txt
32 name: unzip -lv
33 command: unzip -lv $FILES/example.zip d1/d2/x.txt
44 name: unzip -v
45 command: unzip -v $FILES/example.zip d1/d2/x.txt
56 name: unzip one file
[all …]
/aosp_15_r20/external/toybox/tests/
H A 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 …]
/aosp_15_r20/external/ltp/testcases/commands/unzip/
H A 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
/aosp_15_r20/external/zlib/google/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/angle/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
H A 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()
/aosp_15_r20/external/cronet/build/android/pylib/device/commands/java/src/org/chromium/android/commands/unzip/
H A 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
92 unzip(args); in run()
/aosp_15_r20/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A 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)
/aosp_15_r20/development/vndk/tools/
H A Dbuild_mixed182 unzip "$OTATOOLS_ZIP" bin/* lib64/* -d "$OTATOOLS_DIR"
199 unzip -l "$SYSTEM_TARGET_FILES_ARCHIVE" "$search_file" > /dev/null && \
210 unzip -l "$DEVICE_TARGET_FILES_ARCHIVE" "$search_file" > /dev/null && \
223 unzip -l "$SYSTEM_TARGET_FILES_ARCHIVE" | grep -q IMAGES/product.img &&
229 unzip "$SYSTEM_TARGET_FILES_ARCHIVE" "${EXTRACT_SYSTEM_FILE_LIST[@]}" \
236 unzip "$DEVICE_ARCHIVE" -d "$DEVICE_IMAGES_DIR"
238 unzip "$DEVICE_TARGET_FILES_ARCHIVE" "${EXTRACT_DEVICE_FILE_LIST[@]}" \
263 unzip -o "$COPY_SYSTEM_TARGET_FILES_ARCHIVE" IMAGES/system.img -d "$SYSTEM_ARTIFACTS_DIR"
269 unzip -o "$SYSTEM_TARGET_FILES_ARCHIVE" "${EXTRACT_VINTF_SYSTEM_FILE_LIST[@]}" \
/aosp_15_r20/external/angle/build/util/lib/common/
H A 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))
/aosp_15_r20/external/cronet/build/util/lib/common/
H A 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))
/aosp_15_r20/external/elfutils/tests/
H A 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
/aosp_15_r20/tools/tradefederation/core/tools/content_uploader/
Dcontent_uploader_script.py40 unzip: true if the artifact should be unzipped and uploaded as a directory.
46 unzip: bool
333 if artifact.unzip:
377 path = _artifact_path(rel_path, artifact.chunk, artifact.unzip)
389 if artifact.chunk and (not artifact.chunk_fallback or artifact.unzip):
435 For unzip artifacts, the fallback is the zipped chunked version.
441 if artifact.unzip:
442 fallback_artifact.unzip = False
456 def _artifact_path(path: str, chunk: bool, unzip: bool) -> str:
459 if unzip:
/aosp_15_r20/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
/aosp_15_r20/system/apex/apexd/
H A DAndroid.bp310 cmd: "unzip -q $(in) -d $(genDir) && " +
329 cmd: "unzip -q $(in) -d $(genDir) && " +
348 cmd: "unzip -q $(in) -d $(genDir) && " +
363 cmd: "unzip -q $(in) -d $(genDir) apex_payload.img && " +
374 cmd: "unzip -q $(in) -d $(genDir) apex_payload.img && " +
385 cmd: "unzip -q $(in) -d $(genDir) apex_payload.img && " +
401 cmd: "unzip -q $(in) -d $(genDir) && " +
421 cmd: "unzip -q $(in) -d $(genDir) && " +
442 cmd: "unzip -q $(in) -d $(genDir) && " +
461 cmd: "unzip -q $(in) -d $(genDir) && " +
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
H A 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."
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/
H A 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."
/aosp_15_r20/external/autotest/server/hosts/
H A 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))
/aosp_15_r20/device/linaro/poplar/installer/recovery_files/
Dinstall3 unzip 0x08000000 0x18000000 0x00000200
8 unzip 0x08000000 0x18000000 0x00000200
13 unzip 0x08000000 0x18000000 0x00000200
18 unzip 0x08000000 0x18000000 0x00000200
24 unzip 0x08000000 0x18000000 0x001efe00
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/
Dmod_bad_filenames.txt4 ! stderr 'unzip.*badfile1'
5 stderr 'unzip.*badfile2[\\/]@v[\\/]v1.0.0.zip:.*malformed file path "☺.go": invalid char ''☺'''
6 stderr 'unzip.*badfile3[\\/]@v[\\/]v1.0.0.zip: rsc.io[\\/][email protected][\\/]x\?y.go: malformed fi…
7 stderr 'unzip.*badfile4[\\/]@v[\\/]v1.0.0.zip: rsc.io[\\/][email protected][\\/]x[\\/]y.go: case-inse…
8 stderr 'unzip.*badfile5[\\/]@v[\\/]v1.0.0.zip: rsc.io[\\/][email protected][\\/]x[\\/]Y[\\/]zz[\\/]ww…
/aosp_15_r20/system/apex/apexd/apexd_testdata/
H A DAndroid.bp131 cmd: "unzip -q $(in) -d $(genDir) && " + // unzip input
146 cmd: "unzip -q $(in) -d $(genDir) && rm $(genDir)/original_apex && " +
160 cmd: "unzip -q $(in) -d $(genDir) && " +
175 cmd: "unzip -q $(in) -d $(genDir) && echo '' > $(genDir)/original_apex && " +
193 cmd: "mkdir $(genDir)/tempdir && unzip -q $(in) -d $(genDir)/tempdir && " +
213 cmd: "unzip -q $(in) -d $(genDir) && " + // unzip input
230 cmd: "unzip -q $(in) -d $(genDir) && " +
/aosp_15_r20/external/zlib/patches/
H A 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"
/aosp_15_r20/external/zlib/contrib/minizip/
H A 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
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/try-with-resources/src/
DUnzip.java47 * Extract (unzip) a file to the current directory.
49 public class Unzip { class
52 * The main method for the Unzip program. Run the program with an empty
55 * @param args the argument list for {@code Unzip}.
59 System.out.println("Usage: Unzip zipfile"); in main()
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/try-with-resources/src/
DUnzip.java47 * Extract (unzip) a file to the current directory.
49 public class Unzip { class
52 * The main method for the Unzip program. Run the program with an empty
55 * @param args the argument list for {@code Unzip}.
59 System.out.println("Usage: Unzip zipfile"); in main()

12345678910>>...95