Home
last modified time | relevance | path

Searched refs:FindPackageById (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.h287 ResourceTablePackage* FindPackageById(uint8_t id) const;
DResourceTable_test.cpp349 auto package = table.FindPackageById(0x7f); in TEST()
DResourceTable.cpp73 ResourceTablePackage* ResourceTable::FindPackageById(uint8_t id) const { in FindPackageById() function in aapt::ResourceTable
/frameworks/base/tools/aapt2/cmd/
DLink.cpp852 if (ResourceTablePackage* pkg = table->FindPackageById(kAppPackageId)) { in LoadSymbolsFromIncludePaths()
1304 ResourceTablePackage* pkg = table->FindPackageById(kAppPackageId); in MergeStaticLibrary()