Home | History | Annotate | Download | only in aapt

Lines Matching full:zipfilename

129     const char* zipFileName;
135 zipFileName = bundle->getFileSpecEntry(0);
137 zip = openReadOnly(zipFileName);
144 printf("Archive: %s\n", zipFileName);
194 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
1524 const char* zipFileName;
1536 zipFileName = bundle->getFileSpecEntry(0);
1543 zip = openReadWrite(zipFileName, true);
1545 fprintf(stderr, "ERROR: failed opening/creating '%s' as Zip file\n", zipFileName);
1567 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
1593 const char* zipFileName;
1599 zipFileName = bundle->getFileSpecEntry(0);
1606 zip = openReadWrite(zipFileName, false);
1609 zipFileName);
1627 bundle->getFileSpecEntry(i), zipFileName);