Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h277 ResourceTablePackage* findPackageById(uint8_t id);
DResourceTable.cpp52 ResourceTablePackage* ResourceTable::findPackageById(uint8_t id) { in findPackageById() function in aapt::ResourceTable
/frameworks/base/tools/aapt2/link/
DLink.cpp552 if (ResourceTablePackage* pkg = staticInclude->findPackageById(0x7f)) { in loadSymbolsFromIncludePaths()
876 ResourceTablePackage* pkg = table->findPackageById(0x7f); in mergeStaticLibrary()