Home
last modified time | relevance | path

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

123456

/external/ltp/testcases/commands/unzip/
Dunzip01.sh77 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out
79 if diff -w unzip_exp.out unzip.out; then
83 cat unzip.out
/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/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh113 unzip /tmp/windows.zip -d windows-x86_64
161 unzip -d "${DIR}/proto/tmp/protoc" "/tmp/protoc.zip"
172 unzip -d "${DIR}/proto/tmp/src" "/tmp/libtensorflow_proto.zip"
/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/skia/infra/bots/
Dzip_utils_test.py37 zip_utils.unzip('test.zip', 'output')
55 zip_utils.unzip('test.zip', 'output')
/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/skqp/infra/bots/
Dzip_utils_test.py37 zip_utils.unzip('test.zip', 'output')
55 zip_utils.unzip('test.zip', 'output')
/external/robolectric/
Dinclude_framework_res.mk32 $(hide) unzip -qo $(robo_input_jar) -d $(PRIVATE_CLASS_INTERMEDIATES_DIR)
43 $(hide) unzip -qo $(PRIVATE_FRAMEWORK_RES_PACKAGE) -d $(PRIVATE_CLASS_INTERMEDIATES_DIR)
/external/ltp/doc/
Dtpm-commands.txt118 unzip
122 Test basic functionality of `unzip` command.
/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/tensorflow/tensorflow/tools/ci_build/
DDockerfile.android38 unzip ${ANDROID_SDK_FILENAME} -d android-sdk-linux && \
50 unzip ${ANDROID_NDK_FILENAME} -d ${ANDROID_DEV_HOME} && \
/external/tensorflow/tensorflow/contrib/makefile/
DDockerfile16 unzip \
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_proto3.sh34 unzip "${PROTOBUF_ZIP}" -d "${UNZIP_DEST}"
/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/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DZipExtractorTask.java109 return unzip(); in doInBackground()
153 private long unzip() throws Exception { in unzip() method in ZipExtractorTask

123456