Searched refs:getPackageIncludes (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DBundle.h168 const android::Vector<android::String8>& getPackageIncludes() const { return mPackageIncludes; } function in class:Bundle
H A DCommand.cpp766 for (size_t i = 0; i < bundle->getPackageIncludes().size(); i++) {
767 const String8& assetPath = bundle->getPackageIncludes()[i];
H A DAaptAssets.cpp1529 const Vector<String8>& includes = bundle->getPackageIncludes();

Completed in 65 milliseconds