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

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 75 archive_path: The downloaded file to unzip.
76 unzip_path: The destination directory to unzip to.
84 'Attempting to unzip a non-archive file at %s' % archive_path)
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 48 assertEquals(Arrays.toString(data), Arrays.toString(unzip("short", zipped)));
54 assertTrue(Arrays.equals(data, unzip("r", ZipOutputStreamTest.zip("r", data))));
57 public static byte[] unzip(String name, byte[] bytes) throws IOException { method in class:ZipInputStreamTest
  /development/scripts/
combine_sdks.sh 57 unzip $Q "$BASE" -d "$BASE_DIR"
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
  /prebuilts/sdk/
update_current.sh 29 unzip -j $SDK */android.jar */uiautomator.jar */framework.aidl
47 unzip $SUPPORT >/dev/null
  /build/core/
pdk_config.mk 57 _pdk_fusion_file_list := $(shell unzip -Z -1 $(PDK_FUSION_PLATFORM_ZIP) \
60 $(shell unzip -Z -1 $(PDK_FUSION_PLATFORM_ZIP) 'target/common/*' 2>/dev/null)
74 @echo "Unzip $(dir $@) <- $<"
76 $(hide) unzip -qo $< -d $(dir $@)
  /external/ImageMagick/
Install-vms.txt 9 unzip ImageMagick-7.0.0-0.zip
  /external/dagger2/
deploy_website.sh 36 unzip javadoc.zip -d javadoc
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 74 unzip(feature, unPackedFeature); method
84 unzip (jardPlugin,unpackedPluginDirName); method
88 public void unzip(File src, File dest) { method in class:UnpackUpdateJars
90 String command = "unzip -qo " + src.getPath() + " -d " + dest.getPath();
  /external/guice/
Android.mk 102 munge_zipped_src_files_raw := $(filter %.java,$(shell unzip -Z1 "$(LOCAL_PATH)/$(munge_zip_location)"))
116 # Unzip munge and build it
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/okhttp/okio/
deploy_javadoc.sh 28 unzip javadoc.zip
  /external/sonivox/jet_tools/JetCreator/
ReadMe1st.txt 42 3. Unzip or copy the JetCreator directory
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 11 <unzip src="${buildDirectory}/${buildLabel}/${id}-${buildLabel}.zip" dest="${updateSiteRoot}"/>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
runtests.bat 38 unzip -qq -o eclipse-SDK*.zip
39 unzip -qq -o -C VE-junit-tests*.zip */plugins/org.eclipse.test*
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packager.properties 30 #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/fonttools/Windows/
README.TXT 20 5. Unzip the source code of TTX/FontTools into a folder.
41 7. Unzip the source code of TTX/FontTools into a folder.
  /external/zlib/src/contrib/
README.contrib 59 Mini zip and unzip based on zlib
61 See http://www.winimage.com/zLibDll/unzip.html
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 45 vmInstallExecutable=unzip
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 49 vmInstallCommand="unzip -o -qq ${testDir}\\${vmDest} -d ${testDir}"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedManipulationEclipse.sh 19 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/elfutils/libdwfl/
gzip.c 37 # 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/svox/pico_resources/tools/LingwareBuilding/
Readme.txt 19 - unzip both packages on the same folder
  /external/testng/
verify-release 43 unzip $rel.zip
  /external/zlib/src/contrib/minizip/
miniunzip.1 28 .IR unzip (1)
59 .BR unzip (1).
miniunz.c 8 Modifications of Unzip for Zip64
11 Modifications for Zip64 support on both zip and unzip
58 #include "unzip.h"
69 mini unzip, demo of unzip package
191 printf("more info at http://www.winimage.com/zLibDll/unzip.html\n\n");
  /external/autotest/server/cros/
sonic_extension_downloader.py 89 Download the extension from an omaha server, unzip it and modify its
100 unzip_cmd = 'unzip -o "%s" -d "%s"' % (output_crx, unzipped_crx_dir)
102 # The unzip command will return a non-zero exit status if there are

Completed in 535 milliseconds

12 3 4 5 6 7 8 91011>>