Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/
DContainer.h42 bool AddResTableEntry(const pb::ResourceTable& table);
DContainer_test.cpp55 ASSERT_TRUE(writer.AddResTableEntry(pb_table)); in TEST()
DContainer.cpp66 bool ContainerWriter::AddResTableEntry(const pb::ResourceTable& table) { in AddResTableEntry() function in aapt::ContainerWriter
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp206 if (!container_writer.AddResTableEntry(pb_table)) { in CompileTable()