Home
last modified time | relevance | path

Searched refs:GetResTable (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/format/
H A DContainer.h62 bool GetResTable(pb::ResourceTable* out_table);
H A DContainer_test.cpp80 ASSERT_TRUE(entry->GetResTable(&pb_new_table)); in TEST()
H A DContainer.cpp182 bool ContainerReaderEntry::GetResTable(pb::ResourceTable* out_table) { in GetResTable() function in aapt::ContainerReaderEntry
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DDump.cpp172 if (!entry->GetResTable(&pb_table)) { in Action()
H A DLink.cpp1505 if (!entry->GetResTable(&pb_table)) { in MergeFile()