Home
last modified time | relevance | path

Searched defs:SourcePathDiagnostics (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/xml/
DXmlActionExecutor.cpp22 static bool wrapperOne(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) { in wrapperOne() argument
/frameworks/base/tools/aapt2/
DDiagnostics.h130 SourcePathDiagnostics(const Source& src, IDiagnostics* diag) : mSource(src), mDiag(diag) { in SourcePathDiagnostics() function