Home
last modified time | relevance | path

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

1234567891011

/external/ltp/testcases/commands/unzip/
Dunzip01.sh59 EXPECT_PASS unzip "$TST_DATAROOT/test.zip" \> unzip.out
61 if diff -w unzip_exp.out unzip.out; then
65 cat unzip.out
/external/zlib/patches/
D0000-build.patch48 #include "unzip.h"
63 #include "unzip.h"
64 diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
66 --- a/contrib/minizip/unzip.c
67 +++ b/contrib/minizip/unzip.c
74 #include "unzip.h"
89 diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h
91 --- a/contrib/minizip/unzip.h
92 +++ b/contrib/minizip/unzip.h
/external/v8/third_party/zlib/patches/
D0000-build.patch48 #include "unzip.h"
63 #include "unzip.h"
64 diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
66 --- a/contrib/minizip/unzip.c
67 +++ b/contrib/minizip/unzip.c
74 #include "unzip.h"
89 diff --git a/contrib/minizip/unzip.h b/contrib/minizip/unzip.h
91 --- a/contrib/minizip/unzip.h
92 +++ b/contrib/minizip/unzip.h
/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/v8/third_party/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/tensorflow/tensorflow/java/maven/
Drun_inside_container.sh103 unzip /tmp/windows.zip -d windows-x86_64
128 unzip /tmp/windows.zip -d windows-x86_64
156 unzip -d "${DIR}/proto/tmp/protoc" "/tmp/protoc.zip"
163 unzip -d "${DIR}/proto/tmp/src" "/tmp/libtensorflow_proto.zip"
/external/mesa3d/.gitlab-ci/container/
Dx86_build-base.sh13 unzip \
90 unzip glslang-master-linux-Release.zip bin/glslangValidator
99 unzip
/external/tensorflow/tensorflow/lite/micro/tools/ci_build/
Dtest_arduino_library.sh36 unzip -q ${LIBRARY_ZIP} -d ${ARDUINO_LIBRARIES_DIR}
54 unzip /tmp/arducam-master.zip -d /tmp
/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/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/oss-fuzz/projects/jbig2dec/
DDockerfile23 RUN cd tests && wget https://jbig2dec.com/tests/t89-halftone.zip && unzip t89-halftone.zip
24 RUN cd tests && wget https://jbig2dec.com/tests/jb2streams.zip && unzip jb2streams.zip
/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/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/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/
DDockerfile44 unzip \
58 git php5 php5-dev phpunit unzip
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/
Dbuild.gradle49 unzip(input)
57 private void unzip(File zipFile) {
/external/grpc-grpc/tools/dockerfile/test/php_jessie_x64/
DDockerfile44 unzip \
77 git php5 php5-dev phpunit unzip
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.android39 unzip ${ANDROID_SDK_FILENAME} -d android-sdk-linux && \
51 unzip ${ANDROID_NDK_FILENAME} -d ${ANDROID_DEV_HOME} && \
/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/grpc-grpc/templates/tools/dockerfile/
Dphp_deps.include7 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/grpc-grpc/test/distrib/csharp/
Drun_distrib_test.sh20 unzip -o "$EXTERNAL_GIT_ROOT/input_artifacts/csharp_nugets_windows_dotnetcli.zip" -d TestNugetFeed
/external/angle/third_party/jsoncpp/source/.travis_scripts/
Dtravis.install.linux.sh4 unzip -q ninja-linux.zip -d build
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_proto3.sh34 unzip "${PROTOBUF_ZIP}" -d "${UNZIP_DEST}"

1234567891011