HomeSort by relevance Sort by last modified time
    Searched full:unzip (Results 76 - 100 of 590) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/docs/
download.html 54 unzip MesaLib-x.y.z.zip
  /external/nist-pkits/
generate-tests.sh 80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
  /external/v8/tools/
fuzz-harness.sh 66 unzip "$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
  /external/zlib/src/contrib/vstudio/vc10/
zlibvc.vcxproj.filters 69 <ClCompile Include="..\..\minizip\unzip.c">
  /ndk/tests/
prepare-buildbot-emulators.py 55 subprocess.check_call(['unzip', package_name])
  /prebuilts/eclipse/maven/apache-maven-3.2.1/
README.txt 45 unzip apache-maven-3.x.y.zip
  /development/build/tools/
mk_sdk_repo_xml.sh 384 if unzip -t "$SRC" | grep -qs "source.properties" ; then
386 # unzip: -j=flat (no dirs), -q=quiet, -o=overwrite, -d=dest dir
387 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/source.properties"
390 elif unzip -t "$SRC" | grep -qs "manifest.ini" ; then
391 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/manifest.ini"
  /system/update_engine/scripts/
brillo_update_payload 339 if unzip -p "${image}" "META/ab_partitions.txt" >"${ab_partitions_list}"; then
359 if ! unzip -p "${image}" "META/update_engine_config.txt" \
379 ZLIB_FINGERPRINT=$(unzip -p "${image}" "META/zlib_fingerprint.txt")
385 if unzip -p "${image}" "META/postinstall_config.txt" \
395 unzip -p "${image}" "IMAGES/${part}.img" >"${part_file}"
  /external/zlib/src/contrib/minizip/
unzip.c 0 /* unzip.c -- IO for uncompress .zip files using zlib
7 Modifications of Unzip for Zip64
10 Modifications for Zip64 support on both zip and unzip
42 Changes in unzip.c
47 2007-2008 - Even Rouault - Add unzip support for ZIP64
57 Oct-2009 - Mathias Svensson - Applied support to unzip files with compression mathod BZIP2 (bzip2 lib is required)
60 Jan-2010 - back to unzip and minizip 1.0 name scheme, with compatibility layer
76 #include "unzip.h"
123 " unzip 1.01 Copyright 1998-2004 Gilles Vollant - http://www.winimage.com/zLibDll";
582 of this unzip package
    [all...]
ioapi.h 177 /* now internal definition, only for zip.c and unzip.h */
mztools.c 12 #include "unzip.h"
  /external/bouncycastle/
import_bouncycastle.sh 217 (cd $bouncycastle_dir_orig && unzip -q src.zip)
219 (cd $bouncycastle_dir && unzip -q src.zip)
  /sdk/eclipse/
build.gradle 141 // unzip eclipse prebuilts into the out folder to create a target platform for the build
149 ant.unzip(src: v, dest: d)
  /dalvik/libdex/
CmdUtils.cpp 156 //printf("+++ Good unzip to '%s'\n", tempFileName);
  /device/common/
generate-packages.sh 111 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR_NEW> /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /external/ImageMagick/
QuickStart.txt 133 unzip ImageMagick.zip
  /external/chromium-trace/catapult/telemetry/docs/
run_benchmarks_locally.md 12 Unzip the archive. If you're running on Mac OS X, you're all set! For
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/
customTargets.xml 145 <unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
149 </unzip>
162 <!--unzip the junit tests-->
163 <exec dir="${buildDirectory}/${buildLabel}" executable="unzip">
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests 75 unzip -qq -o -C VE-junit-tests-*.zip */plugins/org.eclipse.test*
  /external/icu/tools/srcgen/
generate_android_icu4j.sh 70 unzip ${ICU4J_DIR}/main/shared/data/testdata.jar com/ibm/icu/* -d ${TESTDATA_DIR}
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
installing.html 19 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip findbugs-2.0.3.zip</strong></span>
  /frameworks/data-binding/
supportBundle.gradle 73 // anchor for prepare repo. This is post unzip + sourceProp.
  /frameworks/multidex/
build.gradle 63 // anchor for prepare repo. This is post unzip + sourceProp.
  /ndk/sources/host-tools/make-3.81/
README.DOS 39 Simply unzip the makNNNb.zip file (where NNN is the version number)
42 unzip program that supports long filenames in zip files. After
49 1. Unzip the archive, preserving the directory structure (-d switch
51 2000, use an unzip program that supports long filenames in zip
  /prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.pom 141 <unzip src="target/AppleJavaExtensions-1.4.zip" dest="target"/>

Completed in 859 milliseconds

1 2 34 5 6 7 8 91011>>