Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DBundle.h173 const android::Vector<android::String8>& getPackageIncludes() const { return mPackageIncludes; } in getPackageIncludes() function
H A DCommand.cpp746 for (size_t i = 0; i < bundle->getPackageIncludes().size(); i++) { in doDump()
747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump()
H A DAaptAssets.cpp1528 const Vector<String8>& includes = bundle->getPackageIncludes(); in buildIncludedResources()