Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DResourceTable.h77 Public publicStatus; member
111 Public publicStatus; member
216 name(rhs->name), entryId(rhs->entryId), publicStatus(rhs->publicStatus) { in ResourceEntry()
228 type(rhs->type), typeId(rhs->typeId), publicStatus(rhs->publicStatus) { in ResourceTableType()
DResourceTable.cpp327 type->publicStatus.isPublic = true; in markPublicImpl()
328 entry->publicStatus.isPublic = true; in markPublicImpl()
329 entry->publicStatus.source = source; in markPublicImpl()
344 if (otherType->publicStatus.isPublic) { in merge()
345 if (type->publicStatus.isPublic && type->typeId != otherType->typeId) { in merge()
352 type->publicStatus = std::move(otherType->publicStatus); in merge()
365 if (otherEntry->publicStatus.isPublic) { in merge()
366 if (entry->publicStatus.isPublic && entry->entryId != otherEntry->entryId) { in merge()
373 entry->publicStatus = std::move(otherEntry->publicStatus); in merge()
DTableFlattener.cpp51 if (flatEntry.entry->publicStatus.isPublic) { in MapFlattener()
253 if (flatEntry.entry->publicStatus.isPublic) { in flattenValue()
378 if (entry->publicStatus.isPublic) { in flatten()
414 if (publicHeader && entry->publicStatus.isPublic) { in flatten()
420 util::utf8ToUtf16(entry->publicStatus.source.path)).getIndex()); in flatten()
421 publicEntry->sourceLine = static_cast<uint32_t>(entry->publicStatus.source.line); in flatten()
DLinker.cpp101 if (entry->publicStatus.isPublic && entry->values.empty()) { in linkAndValidate()
106 entry->publicStatus.source); in linkAndValidate()
DDebug.cpp118 if (entry->publicStatus.isPublic) { in printTable()