Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/
DContainer.h34 kResTable = 0x00u, enumerator
77 ContainerEntryType type_ = ContainerEntryType::kResTable;
DContainer.cpp76 coded_out.WriteLittleEndian32(kResTable); in AddResTableEntry()
184 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()
339 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next()
DContainer_test.cpp77 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResTable)); in TEST()
/frameworks/base/tools/aapt2/cmd/
DDump.cpp162 if (entry->Type() == ContainerEntryType::kResTable) { in Action()
DLink.cpp1477 if (entry->Type() == ContainerEntryType::kResTable) { in MergeFile()