Home | History | Annotate | Download | only in aapt

Lines Matching defs:incl

2534         const Vector<const char*>& incl = bundle->getPackageIncludes();
2535 const size_t N=incl.size();
2538 printf("Including resources from package: %s\n", incl[i]);
2539 if (!mIncludedAssets.addAssetPath(String8(incl[i]), NULL)) {
2541 incl[i]);