Home | History | Annotate | Download | only in aapt

Lines Matching refs:zipFileName

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)) {
2374 const char* zipFileName;
2386 zipFileName = bundle->getFileSpecEntry(0);
2393 zip = openReadWrite(zipFileName, true);
2395 fprintf(stderr, "ERROR: failed opening/creating '%s' as Zip file\n", zipFileName);
2418 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
2445 const char* zipFileName;
2451 zipFileName = bundle->getFileSpecEntry(0);
2458 zip = openReadWrite(zipFileName, false);
2461 zipFileName);
2479 bundle->getFileSpecEntry(i), zipFileName);