HomeSort by relevance Sort by last modified time
    Searched refs:unzip (Results 1 - 25 of 41) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipInputStreamTest.java 35 assertEquals(Arrays.toString(data), Arrays.toString(unzip("short", zipped)));
41 assertTrue(Arrays.equals(data, unzip("r", ZipOutputStreamTest.zip("r", data))));
44 public static byte[] unzip(String name, byte[] bytes) throws IOException { method in class:ZipInputStreamTest
ZipOutputStreamTest.java 35 assertEquals(Arrays.toString(data), Arrays.toString(ZipInputStreamTest.unzip("short", zipped)));
42 assertEquals(Arrays.toString(data), Arrays.toString(ZipInputStreamTest.unzip("z", zipped)));
48 assertTrue(Arrays.equals(data, ZipInputStreamTest.unzip("r", zip("r", data))));
  /external/zlib/src/contrib/minizip/
make_vms.com 15 $ cc/include=[--]/prefix=all unzip.c
18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
Makefile 4 UNZ_OBJS = miniunz.o unzip.o ioapi.o ../../libz.a
  /sdk/eclipse/scripts/
setup_eclipse.sh 67 (cd "$BASE_DIR/eclipse" && unzip -o "$CDTZIP")
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
testing.properties 45 vmInstallExecutable=unzip
  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 54 if unzip -h > /dev/null; then
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
66 echo "Warning: 'unzip' command not available. Skipping test."
  /development/scripts/
combine_sdks.sh 57 unzip $Q "$BASE" -d "$BASE_DIR"
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
  /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
  /bootable/recovery/applypatch/
imgdiff_test.sh 84 unzip -p $START_OTA_PACKAGE $fn > $tmpdir/source
85 unzip -p $END_OTA_PACKAGE $fn > $tmpdir/target
  /build/tools/
dump-package-stats 36 Packages must be zipfiles, readable using "unzip".
80 unzip -lv "$file" | awk '
88 # Make sure the output of unzip -lv looks like something we expect.
  /external/nist-pkits/
generate-tests.sh 80 unzip -q -o -d "${STORAGE_DIR}" "${ZIP}" "${file}"
  /development/build/tools/
mk_sdk_repo_xml.sh 344 if unzip -t "$SRC" | grep -qs "source.properties" ; then
346 # unzip: -j=flat (no dirs), -q=quiet, -o=overwrite, -d=dest dir
347 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/source.properties"
350 elif unzip -t "$SRC" | grep -qs "manifest.ini" ; then
351 unzip -j -q -o -d "$TMP_DIR" "$SRC" "*/manifest.ini"
  /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/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/webkit/Tools/Scripts/
update-webkit-support-libs 74 my $result = system "unzip", "-q", "-d", $tmpAbsDir, $pathToZip;
75 die "Couldn't unzip $zipFile." if $result;
124 chomp(my $zipFileVersion = `unzip -p "$pathToZip" $file/win/$versionFile`);
  /device/common/
generate-factory-images-common.sh 40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC
44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
  /external/bouncycastle/
import_bouncycastle.sh 215 (cd $bouncycastle_dir_orig && unzip -q src.zip)
217 (cd $bouncycastle_dir && unzip -q src.zip)
  /external/zlib/
Android.mk 67 # libunz used to be an unzip-only subset of libz. Only host-side tools were
  /device/asus/grouper/self-extractors/
generate-packages.sh 177 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /device/asus/tilapia/self-extractors/
generate-packages.sh 158 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /device/lge/mako/self-extractors/
generate-packages.sh 213 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /device/samsung/maguro/self-extractors/
generate-packages.sh 144 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /device/samsung/manta/self-extractors/
generate-packages.sh 99 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE
  /device/samsung/toro/self-extractors/
generate-packages.sh 154 unzip -j -o $ZIP $ONE_FILE -d $FILEDIR > /dev/null || echo \ \ \ \ Error extracting $ONE_FILE

Completed in 341 milliseconds

1 2