Searched refs:SourcePathDiagnostics (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp22 static bool wrapperOne(XmlNodeAction::ActionFunc& f, Element* el, SourcePathDiagnostics*) {
27 SourcePathDiagnostics* diag) {
51 bool XmlNodeAction::execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag,
82 SourcePathDiagnostics sourceDiag(doc->file.source, diag);
H A DXmlActionExecutor.h51 using ActionFuncWithDiag = std::function<bool(Element*, SourcePathDiagnostics*)>;
71 bool execute(XmlActionExecutorPolicy policy, SourcePathDiagnostics* diag, Element* el) const;
/frameworks/base/tools/aapt2/
H A DDiagnostics.h128 class SourcePathDiagnostics : public IDiagnostics { class in namespace:aapt
130 SourcePathDiagnostics(const Source& src, IDiagnostics* diag) : mSource(src), mDiag(diag) { function in class:aapt::SourcePathDiagnostics
142 DISALLOW_COPY_AND_ASSIGN(SourcePathDiagnostics);
/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp29 SourcePathDiagnostics* diag) {
54 static bool optionalNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) {
61 static bool requiredNameIsJavaClassName(xml::Element* el, SourcePathDiagnostics* diag) {
70 static bool verifyManifest(xml::Element* el, SourcePathDiagnostics* diag) {

Completed in 2998 milliseconds