Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/
DContainer.h33 enum ContainerEntryType : uint8_t { enum
60 ContainerEntryType Type() const;
77 ContainerEntryType type_ = ContainerEntryType::kResTable;
DContainer.cpp178 ContainerEntryType ContainerReaderEntry::Type() const { in Type()
184 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()
204 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()
339 if (entry_type == ContainerEntryType::kResFile || entry_type == ContainerEntryType::kResTable) { in Next()
340 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()
DContainer_test.cpp66 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResFile)); in TEST()
77 ASSERT_THAT(entry->Type(), Eq(ContainerEntryType::kResTable)); in TEST()
/frameworks/base/tools/aapt2/cmd/
DDump.cpp168 if (entry->Type() == ContainerEntryType::kResTable) { in Action()
191 } else if (entry->Type() == ContainerEntryType::kResFile) { in Action()
DLink.cpp1502 if (entry->Type() == ContainerEntryType::kResTable) { in MergeFile()
1523 } else if (entry->Type() == ContainerEntryType::kResFile) { in MergeFile()