Home
last modified time | relevance | path

Searched refs:FindOrCreatePackage (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/link/
H A DTableMerger.cpp36 main_package_ = main_table_->FindOrCreatePackage(context_->GetCompilationPackage()); in TableMerger()
353 ResourceTablePackage* pkg = table.FindOrCreatePackage(file_desc.name.package); in MergeFile()
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.cpp112 ResourceTablePackage* ResourceTable::FindOrCreatePackage(android::StringPiece name) { in FindOrCreatePackage() function in aapt::ResourceTable
485 auto package = FindOrCreatePackage(res.name.package); in AddResource()
667 ResourceTablePackage* new_pkg = new_table->FindOrCreatePackage(pkg->name); in Clone()
H A DResourceTable.h324 ResourceTablePackage* FindOrCreatePackage(android::StringPiece name);
/aosp14/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp186 split_table->FindOrCreatePackage(pkg->name); in SplitTable()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp203 table_->FindOrCreatePackage(android::util::Utf16ToUtf8(package_name)); in ParsePackage()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp431 ResourceTablePackage* pkg = out_table->FindOrCreatePackage(pb_package.package_name()); in DeserializePackageFromPb()