Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h87 void PrependSource(std::unique_ptr<ISymbolSource> source);
H A DSymbolTable.cpp65 void SymbolTable::PrependSource(std::unique_ptr<ISymbolSource> source) { in PrependSource() function in aapt::SymbolTable
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1968 context_->GetExternalSymbols()->PrependSource( in Run()