Home
last modified time | relevance | path

Searched refs:unzip (Results 1 – 25 of 101) sorted by relevance

12345

/external/ltp/testcases/commands/unzip/
Dunzip_tests.sh78 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out
80 if diff -w unzip_exp.out unzip.out; then
84 cat unzip.out
/external/r8/src/main/java/com/android/tools/r8/utils/
DZipUtils.java32 public static List<File> unzip(String zipFile, File outDirectory) throws IOException { in unzip() method in ZipUtils
33 return unzip(zipFile, outDirectory, (entry) -> true); in unzip()
36 public static List<File> unzip(String zipFile, File outDirectory, Predicate<ZipEntry> filter) in unzip() method in ZipUtils
/external/zlib/src/contrib/minizip/
DMiniZip64_info.txt14 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
DMakefile.am21 unzip.c \
32 unzip.h \
Dmake_vms.com15 $ cc/include=[--]/prefix=all unzip.c
18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
DMakefile4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
/external/autotest/server/hosts/
Demulated_adb_host.py139 unzip=True)
141 unzip=True)
263 unzip = self.teststation.run('which unzip')
265 return bool(adb and qemu and unzip)
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument
156 if unzip:
/external/protobuf/src/google/protobuf/compiler/
Dzip_output_unittest.sh60 if unzip -h > /dev/null; then
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
/external/skia/infra/bots/
Dzip_utils_test.py37 zip_utils.unzip('test.zip', 'output')
55 zip_utils.unzip('test.zip', 'output')
/external/elfutils/libdwfl/
Dgzip.c37 # define unzip __libdw_unlzma macro
50 # define unzip __libdw_bunzip2 macro
63 # define unzip __libdw_gunzip macro
169 unzip (int fd, off_t start_offset, in unzip() function
/external/ltp/doc/
Dtpm-commands.txt118 unzip
122 Test basic functionality of `unzip` command.
/external/guice/
DAndroid.mk102 munge_zipped_src_files_raw := $(filter %.java,$(shell unzip -Z1 "$(LOCAL_PATH)/$(munge_zip_location…
122 $(GEN) : PRIVATE_CUSTOM_TOOL = unzip -p "$(PRIVATE_PATH)/$(PRIVATE_ZIP_LOCATION)" $(shell echo $@ |…
/external/syslinux/memdisk/
DMakefile41 memmove.o unzip.o dskprobe.o eltorito.o \
46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
/external/gemmlowp/scripts/
Dci-before.sh4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null
/external/okhttp/okio/
Ddeploy_javadoc.sh28 unzip javadoc.zip
/external/dagger2/
Ddeploy_website.sh36 unzip javadoc.zip -d javadoc
/external/tagsoup/
DREADME.android5 - unzip it
/external/protobuf/
Dautogen.sh35 unzip -q gmock-1.7.0.zip
/external/protobuf/util/
Dautogen.sh35 unzip -q gmock-1.7.0.zip
/external/libmojo/
Dbuild_mojom_jar.mk26 for f in $(PRIVATE_SRCJAR_LIST); do unzip -qo -d $(PRIVATE_TARGET) $$f; done)
/external/brotli/fuzz/
Dtest_fuzzer.sh20 unzip ../java/org/brotli/integration/fuzz_data.zip -d decode_corpora
/external/autotest/server/site_tests/cheets_CTS/
Dgenerate_controlfiles.py299 def unzip(filename, destination): function
327 unzip(bundle, tmp)
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DZipExtractorTask.java109 return unzip(); in doInBackground()
153 private long unzip() throws Exception { in unzip() method in ZipExtractorTask
/external/bouncycastle/
Dimport_bouncycastle.sh217 (cd $bouncycastle_dir_orig && unzip -q src.zip)
219 (cd $bouncycastle_dir && unzip -q src.zip)

12345