Home
last modified time | relevance | path

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

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