Home | History | Annotate | Download | only in aapt

Lines Matching refs:resname

794             const char* resname = bundle->getFileSpecEntry(i);
796 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
798 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
804 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);
821 const char* resname = bundle->getFileSpecEntry(i);
822 asset = assets.openNonAsset(assetsCookie, resname, Asset::ACCESS_BUFFER);
824 fprintf(stderr, "ERROR: dump failed because resource %s found\n", resname);
831 fprintf(stderr, "ERROR: Resource %s is corrupt\n", resname);