HomeSort by relevance Sort by last modified time
    Searched full:zipfilename (Results 1 - 19 of 19) sorted by null

  /dalvik/libdex/
CmdUtils.cpp 38 UnzipToFileResult dexUnzipToFile(const char* zipFileName,
48 if (dexZipOpenArchive(zipFileName, &archive) != 0) {
51 zipFileName);
70 kFileToExtract, zipFileName);
78 kFileToExtract, zipFileName);
CmdUtils.h 70 UnzipToFileResult dexUnzipToFile(const char* zipFileName,
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 65 /* static */ ZipFileRO* ZipFileRO::open(const char* zipFileName)
68 const int32_t error = OpenArchive(zipFileName, &handle);
70 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error));
75 return new ZipFileRO(handle, strdup(zipFileName));
AssetManager.cpp 1045 String8 AssetManager::createZipSourceNameLocked(const String8& zipFileName,
1049 sourceName.append(zipFileName);
    [all...]
  /external/zlib/src/contrib/minizip/
miniunz.c 538 const char *zipfilename=NULL; local
594 if (zipfilename == NULL)
595 zipfilename = argv[i];
602 if (zipfilename!=NULL)
609 strncpy(filename_try, zipfilename,MAXFILENAME-1);
615 uf = unzOpen2_64(zipfilename,&ffunc);
617 uf = unzOpen64(zipfilename);
632 printf("Cannot open %s or %s.zip\n",zipfilename,zipfilename);
  /cts/suite/audio_quality/executable/src/
main.cpp 43 android::String8 zipFilename = reportDirPath.getPathLeaf();
45 reportDirPath.string(), zipFilename.string());
  /build/tools/ziptime/
ZipFile.h 43 status_t rewrite(const char* zipFileName);
ZipFile.cpp 36 status_t ZipFile::rewrite(const char* zipFileName)
41 mZipFp = fopen(zipFileName, "r+b");
  /frameworks/base/include/androidfw/
ZipFileRO.h 80 static ZipFileRO* open(const char* zipFileName);
AssetManager.h 259 String8 createZipSourceNameLocked(const String8& zipFileName,
  /frameworks/base/tools/aapt/
Command.cpp 147 const char* zipFileName;
153 zipFileName = bundle->getFileSpecEntry(0);
155 zip = openReadOnly(zipFileName);
163 printf("Archive: %s\n", zipFileName);
213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
    [all...]
ZipFile.cpp 59 status_t ZipFile::open(const char* zipFileName, int flags)
78 newArchive = (access(zipFileName, F_OK) != 0);
81 ALOGD("File %s does not exist", zipFileName);
96 mZipFp = fopen(zipFileName, openflags);
    [all...]
ZipFile.h 66 status_t open(const char* zipFileName, int flags);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /build/tools/zipalign/
ZipFile.h 66 status_t open(const char* zipFileName, int flags);
ZipFile.cpp 62 status_t ZipFile::open(const char* zipFileName, int flags)
81 newArchive = (access(zipFileName, F_OK) != 0);
84 ALOGD("File %s does not exist", zipFileName);
99 mZipFp = fopen(zipFileName, openflags);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 1010 milliseconds