HomeSort by relevance Sort by last modified time
    Searched refs:zipFile (Results 26 - 50 of 57) sorted by null

12 3

  /external/zlib/src/contrib/minizip/
zip.c 168 voidpf filestream; /* io structore of the zipfile */
173 ZPOS64_T begin_pos; /* position of the beginning of the zipfile */
475 Locate the Central directory of a zipfile (at the end, just before
537 Locate the End of Zip64 Central directory locator and from there find the CD of a zipfile (at the end, just before
643 ZPOS64_T byte_before_the_zipfile;/* byte before the zipfile, (>0 for sfx)*/
784 /* zipfile global comment length */
849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def)
890 /* now we add file in a zipfile */
916 return (zipFile)zi;
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* p (…)
    [all...]
minizip.c 371 zipFile zf;
460 printf("error in opening %s in zipfile\n",filenameinzip);
488 printf("error in writing %s in the zipfile\n",
504 printf("error in closing %s in the zipfile\n",
  /dalvik/dx/src/com/android/dx/io/
DexBuffer.java 46 import java.util.zip.ZipFile;
150 ZipFile zipFile = new ZipFile(file);
151 ZipEntry entry = zipFile.getEntry(DexFormat.DEX_IN_JAR_NAME);
153 loadFrom(zipFile.getInputStream(entry));
154 zipFile.close();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 38 import org.apache.commons.compress.archivers.zip.ZipFile;
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/utils/
ApktoolUtils.java 38 import java.util.zip.ZipFile;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /tools/build/gradle/wrapper/
gradle-wrapper.jar 
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
ant-nodeps.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
jarjar.jar 
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 516 milliseconds

12 3