Home
last modified time | relevance | path

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

1234

/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/okhttp/
Ddeploy_website.sh35 unzip javadoc.zip -d $JAVADOC_DIR
42 unzip javadoc.zip -d 1.x/javadoc
/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
DUnpackUpdateJars.java74 unzip(feature, unPackedFeature); in execute()
84 unzip (jardPlugin,unpackedPluginDirName); in execute()
88 public void unzip(File src, File dest) { in unzip() method in UnpackUpdateJars
/external/dbus/cmake/
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/guice/
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 $@ |…
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
DfeedManipulationEclipse.sh19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
Druntests.bat38 unzip -qq -o eclipse-SDK*.zip
39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DZipExtractorTask.java111 return unzip(); in doInBackground()
155 private long unzip() throws Exception { in unzip() method in ZipExtractorTask
/external/bouncycastle/
Dimport_bouncycastle.sh217 (cd $bouncycastle_dir_orig && unzip -q src.zip)
219 (cd $bouncycastle_dir && unzip -q src.zip)
/external/nist-pkits/
Dgenerate-tests.sh80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
/external/v8/tools/
Dfuzz-harness.sh66 unzip "$jsfunfuzz_file" -d "$jsfunfuzz_dir" || exit 1
/external/zlib/src/contrib/
DREADME.contrib59 Mini zip and unzip based on zlib
61 See http://www.winimage.com/zLibDll/unzip.html
/external/svox/pico_resources/tools/LingwareBuilding/
DReadme.txt19 - unzip both packages on the same folder
/external/vboot_reference/scripts/image_signing/
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.pde.build_3.6.1.R36x_v20100823/templates/packager/
Dpackager.properties30 #Comment the property if you want the download and unzip to occur.
97 # extra arguments to be passed to zip / unzip (-y is usually used on unix for zip)
/external/bison/djgpp/
DREADME.in63 just unzip it preserving the directory structure running *ONE* of the
76 DJGPP sites, just unzip it preserving the directory structure
86 any unzip program and proceed to the paragraph 3.3, below. Any file
89 the `djunpack' batch file to unzip the package. That is because some
/external/testng/
Dverify-release43 unzip $rel.zip

1234