Searched refs:unzip (Results 1 - 25 of 40) sorted by relevance

12

/external/okhttp/
H A Ddeploy_website.sh35 unzip javadoc.zip -d $JAVADOC_DIR
42 unzip javadoc.zip -d 1.x/javadoc
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com15 $ cc/include=[--]/prefix=all unzip.c
18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
H A DMakefile4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
/external/dagger2/
H A Ddeploy_website.sh36 unzip javadoc.zip -d javadoc
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
H A Dtesting.properties45 vmInstallExecutable=unzip
/external/okhttp/okio/
H A Ddeploy_javadoc.sh28 unzip javadoc.zip
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_output_unittest.sh60 if unzip -h > /dev/null; then
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
72 echo "Warning: 'unzip' command not available. Skipping test."
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
H A DfeedManipulationEclipse.sh19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip $f lib/*.jar -d $tmpfolder; done
/external/v8/tools/
H A Dfuzz-harness.sh66 unzip "$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
/external/dbus/cmake/
H A Dcross-compile.sh77 (cd $cross_root && unzip -x $TMP/expat-2.0.1-bin.zip)
78 (cd $cross_root && unzip -x $TMP/expat-2.0.1-lib.zip)
/external/elfutils/libdwfl/
H A 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, function
/external/nist-pkits/
H A Dgenerate-tests.sh80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_full_ssd.sh42 unzip -o $IMAGE_ZIP chromiumos_base_image.bin -d ${work_dir}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DUnpackUpdateJars.java74 unzip(feature, unPackedFeature);
84 unzip (jardPlugin,unpackedPluginDirName);
88 public void unzip(File src, File dest) { method in class:UnpackUpdateJars
90 String command = "unzip -qo " + src.getPath() + " -d " + dest.getPath();
/external/guice/
H A 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 $@ | awk -F / "{if (NF>1) {print \$$NF}}") >$@ ## unzip -p munge.jar Filename.java > intermediates/Filename.java
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat38 unzip -qq -o eclipse-SDK*.zip
39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
/external/bouncycastle/
H A Dimport_bouncycastle.sh217 (cd $bouncycastle_dir_orig && unzip -q src.zip)
219 (cd $bouncycastle_dir && unzip -q src.zip)
/external/icu/tools/srcgen/
H A Dgenerate_android_icu4j.sh70 unzip ${ICU4J_DIR}/main/shared/data/testdata.jar com/ibm/icu/* -d ${TESTDATA_DIR}
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
H A DZipExtractorTask.java111 return unzip();
155 private long unzip() throws Exception { method in class:ZipExtractorTask
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpEngine.java305 userResponse = unzip(userResponse);
636 private Response unzip(final Response response) throws IOException { method in class:HttpEngine
805 userResponse = unzip(userResponse);
821 userResponse = unzip(cacheWritingResponse(storeRequest, userResponse));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java477 boolean unzip = (flags & EXPAND_FRAMES) != 0;
1074 if (unzip) {
1155 if (!zip || unzip) {
1218 j = unzip ? frameLocalCount : 0;
/external/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... String[] children java.io.File dir private void unzip (java.io.File, java.io.File ...
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... String[] children java.io.File dir private void unzip (java.io.File, java.io.File ...
/external/snakeyaml/.mvn/wrapper/
H A Dmaven-wrapper.jarorg/apache/maven/wrapper/BootstrapMainStarter.class BootstrapMainStarter.java package org.apache.maven.wrapper public ...

Completed in 3206 milliseconds

12