Home
last modified time | relevance | path

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

1234567891011

/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
/external/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh98 unzip /tmp/windows.zip -d windows-x86_64
118 unzip /tmp/windows.zip -d windows-x86_64
146 unzip -d "${DIR}/proto/tmp/protoc" "/tmp/protoc.zip"
153 unzip -d "${DIR}/proto/tmp/src" "/tmp/libtensorflow_proto.zip"
/external/elfutils/libdwfl/
Dgzip.c41 # define unzip __libdw_unlzma macro
54 # define unzip __libdw_bunzip2 macro
67 # define unzip __libdw_gunzip macro
173 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/skqp/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/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/grpc-grpc/tools/gce/
Dlinux_performance_worker_init.sh26 sudo apt-get install -y unzip lsof
60 unzip \
136 sudo apt-get install -y php php-dev phpunit php-pear unzip zlib1g-dev
Dlinux_kokoro_performance_worker_init.sh26 sudo apt-get install -y unzip lsof
60 unzip \
155 sudo apt-get install -y php php-dev phpunit php-pear unzip zlib1g-dev
/external/autotest/server/hosts/
Dteststation_host.py139 def download_file(self, src_url, dest_file, unzip=False, unzip_dest=None): argument
156 if unzip:
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/
DDockerfile44 unzip \
58 git php5 php5-dev phpunit unzip
/external/grpc-grpc/tools/dockerfile/test/php_jessie_x64/
DDockerfile44 unzip \
77 git php5 php5-dev phpunit unzip
/external/grpc-grpc/tools/dockerfile/grpc_artifact_android_ndk/
DDockerfile45 unzip \
59 unzip -q sdk-tools-linux-${ANDROID_SDK_VERSION}.zip && \
/external/python/cpython2/Misc/NEWS.d/next/Tests/
D2018-09-13-09-53-15.bpo-34661.bdTamP.rst1 Fix test_shutil if unzip doesn't support -t.
/external/syzkaller/vendor/google.golang.org/grpc/
Dinstall_gae.sh5 && unzip -q $TMP.zip -d $TMP \
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.android38 unzip ${ANDROID_SDK_FILENAME} -d android-sdk-linux && \
52 unzip ${ANDROID_NDK_FILENAME} -d ${ANDROID_DEV_HOME} && \
/external/grpc-grpc/templates/tools/dockerfile/
Dphp_deps.include7 git php5 php5-dev phpunit unzip
/external/grpc-grpc/test/distrib/csharp/
Drun_distrib_test.sh20 unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip" -d TestNugetFeed
/external/tensorflow/tensorflow/contrib/makefile/
DDockerfile16 unzip \
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_proto3.sh34 unzip "${PROTOBUF_ZIP}" -d "${UNZIP_DEST}"
Dinstall_bazel_from_source.sh37 unzip bazel-$BAZEL_VERSION-dist.zip
/external/gemmlowp/scripts/
Dci-before.sh4 unzip android-ndk-${NDK_VERSION}-linux-x86_64.zip 2> /dev/null > /dev/null

1234567891011