Home | History | Annotate | Download | only in aapt

Lines Matching full:assetdirs

993     const Vector<const char*>& assetDirs = bundle->getAssetSourceDirs();
994 const int AN = assetDirs.size();
996 FileType type = getFileType(assetDirs[i]);
998 fprintf(stderr, "ERROR: asset directory '%s' does not exist\n", assetDirs[i]);
1002 fprintf(stderr, "ERROR: '%s' is not a directory\n", assetDirs[i]);
1006 String8 assetRoot(assetDirs[i]);
1022 count, (count==1) ? "" : "s", assetDirs[i]);