Home | History | Annotate | Download | only in aapt

Lines Matching refs:resname

488             const char* resname = bundle->getFileSpecEntry(i);
490 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
492 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
498 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
515 const char* resname = bundle->getFileSpecEntry(i);
517 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
519 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
525 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);