Home | History | Annotate | Download | only in aapt

Lines Matching refs:resname

554             const char* resname = bundle->getFileSpecEntry(i);
556 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
558 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
564 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
581 const char* resname = bundle->getFileSpecEntry(i);
583 asset = assets.openNonAsset(resname, Asset::ACCESS_BUFFER);
585 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
591 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);