Searched refs:getPackageIncludes (Results 1 – 3 of 3) sorted by relevance
173 const android::Vector<android::String8>& getPackageIncludes() const { return mPackageIncludes; } in getPackageIncludes() function
746 for (size_t i = 0; i < bundle->getPackageIncludes().size(); i++) { in doDump()747 const String8& assetPath = bundle->getPackageIncludes()[i]; in doDump()
1530 const Vector<String8>& includes = bundle->getPackageIncludes(); in buildIncludedResources()