Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp99 class LinkContext : public IAaptContext { class
101 explicit LinkContext(android::IDiagnostics* diagnostics) in LinkContext() function in aapt::LinkContext
170 DISALLOW_COPY_AND_ASSIGN(LinkContext);
761 Linker(LinkContext* context, const LinkOptions& options) in Linker()
1708 ResourceEntry* ResolveTableEntry(LinkContext* context, ResourceTable* table, in ResolveTableEntry()
2338 LinkContext* context_;
2367 LinkContext context(diag_); in Action()