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)) {
2300 const char* zipFileName;
2312 zipFileName = bundle->getFileSpecEntry(0);
2319 zip = openReadWrite(zipFileName, true);
2321 fprintf(stderr, "ERROR: failed opening/creating '%s' as Zip file\n", zipFileName);
2344 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
2371 const char* zipFileName;
2377 zipFileName = bundle->getFileSpecEntry(0);
2384 zip = openReadWrite(zipFileName, false);
2387 zipFileName);
2405 bundle->getFileSpecEntry(i), zipFileName);