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)) {
1757 const char* zipFileName;
1769 zipFileName = bundle->getFileSpecEntry(0);
1776 zip = openReadWrite(zipFileName, true);
1778 fprintf(stderr, "ERROR: failed opening/creating '%s' as Zip file\n", zipFileName);
1800 fprintf(stderr, "Unable to add '%s' to '%s'", bundle->getFileSpecEntry(i), zipFileName);
1826 const char* zipFileName;
1832 zipFileName = bundle->getFileSpecEntry(0);
1839 zip = openReadWrite(zipFileName, false);
1842 zipFileName);
1860 bundle->getFileSpecEntry(i), zipFileName);