Home
last modified time | relevance | path

Searched refs:createPackage (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tools/aapt2/link/
DTableMerger.cpp32 mMasterPackage = mMasterTable->createPackage( in TableMerger()
303 ResourceTablePackage* pkg = table.createPackage(fileDesc.name.package, 0x0); in mergeFileImpl()
/frameworks/base/tools/aapt2/
DResourceTable.h283 ResourceTablePackage* createPackage(const StringPiece16& name, Maybe<uint8_t> id = {});
DResourceTable.cpp61 ResourceTablePackage* ResourceTable::createPackage(const StringPiece16& name, Maybe<uint8_t> id) { in createPackage() function in aapt::ResourceTable
/frameworks/base/tools/aapt2/split/
DTableSplitter.cpp163 splitTable->createPackage(pkg->name, pkg->id); in splitTable()
/frameworks/base/tools/aapt2/test/
DBuilders.h44 ResourceTablePackage* package = mTable->createPackage(packageName, id); in setPackageId()
/frameworks/base/tools/aapt2/compile/
DCompile.cpp225 table.createPackage(context->getCompilationPackage()); in compileTable()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp182 ResourceTablePackage* package = mTable->createPackage(packageName, (uint8_t) packageId); in parsePackage()
/frameworks/base/tools/aapt2/proto/
DTableProtoDeserializer.cpp73 ResourceTablePackage* pkg = table->createPackage( in deserializeFromPb()