Home
last modified time | relevance | path

Searched refs:SourcePathDiagnostics (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp25 const XmlActionExecutorPolicy& policy, android::SourcePathDiagnostics*) { in wrapper_one() argument
31 android::SourcePathDiagnostics* diag) { in wrapper_two()
37 android::SourcePathDiagnostics* diag) { in wrapper_three()
65 android::SourcePathDiagnostics* diag, Element* el) const { in Execute()
106 android::SourcePathDiagnostics source_diag(doc->file.source, diag); in Execute()
H A DXmlActionExecutor.h52 std::function<bool(Element*, XmlActionExecutorPolicy, android::SourcePathDiagnostics*)>;
53 using ActionFuncWithDiag = std::function<bool(Element*, android::SourcePathDiagnostics*)>;
71 android::SourcePathDiagnostics* diag, Element* el) const;
/aosp14/frameworks/base/tools/aapt2/compile/
H A DXmlIdCollector.cpp41 android::SourcePathDiagnostics* source_diag) in IdCollector()
71 android::SourcePathDiagnostics* source_diag_;
79 android::SourcePathDiagnostics source_diag(xmlRes->file.source, context->GetDiagnostics()); in Consume()
H A DPngCrunch.cpp150 android::SourcePathDiagnostics source_diag(source, context->GetDiagnostics()); in ReadPng()
/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp101 android::SourcePathDiagnostics* diag) { in VerifyDeepLinkIntentAction()
121 static bool RequiredNameIsNotEmpty(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsNotEmpty()
139 android::SourcePathDiagnostics* diag) { in NameIsJavaClassName()
158 static bool OptionalNameIsJavaClassName(xml::Element* el, android::SourcePathDiagnostics* diag) { in OptionalNameIsJavaClassName()
175 static bool RequiredNameIsJavaPackage(xml::Element* el, android::SourcePathDiagnostics* diag) { in RequiredNameIsJavaPackage()
192 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredAndroidAttribute()
204 return [=](xml::Element* el, android::SourcePathDiagnostics* diag) -> bool { in RequiredOneAndroidAttribute()
223 static bool AutoGenerateIsFeatureSplit(xml::Element* el, android::SourcePathDiagnostics* diag) { in AutoGenerateIsFeatureSplit()
279 android::SourcePathDiagnostics* diag) { in VerifyManifest()
316 static bool FixCoreAppAttribute(xml::Element* el, android::SourcePathDiagnostics* diag) { in FixCoreAppAttribute()
[all …]
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DIDiagnostics.h91 class SourcePathDiagnostics : public IDiagnostics {
93 SourcePathDiagnostics(const Source& src, IDiagnostics* diag) : source_(src), diag_(diag) { in SourcePathDiagnostics() function
113 DISALLOW_COPY_AND_ASSIGN(SourcePathDiagnostics);
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp100 source_diag_ = util::make_unique<android::SourcePathDiagnostics>(android::Source{source}, in SetSource()
110 std::unique_ptr<android::SourcePathDiagnostics> source_diag_;
/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.cpp198 return [config, handler](xml::Element* root_element, android::SourcePathDiagnostics* diag) { in Bind()
226 android::SourcePathDiagnostics src_diag{{output_artifact.name}, diag}; in ToOutputArtifact()