Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DStringPool.h87 const Context& GetContext() const;
112 const Context& GetContext() const;
DStringPool.cpp87 const StringPool::Context& StringPool::Ref::GetContext() const { in GetContext() function in aapt::StringPool::Ref
160 const StringPool::Context& StringPool::StyleRef::GetContext() const { in GetContext() function in aapt::StringPool::StyleRef
/frameworks/base/tools/aapt2/optimize/
DResourcePathShortener.cpp118 file_ref->path = table->string_pool.MakeRef(shortened_path, file_ref->path.GetContext()); in Consume()