Searched refs:root_element (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/configuration/ |
D | ConfigurationParser.cpp | 204 return [config, handler](xml::Element* root_element, SourcePathDiagnostics* diag) { in Bind() argument 205 return handler(config, root_element, diag); in Bind() 493 bool ArtifactTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactTagHandler() argument 496 for (const auto& attr : root_element->attributes) { in ArtifactTagHandler() 520 bool ArtifactFormatTagHandler(PostProcessingConfiguration* config, Element* root_element, in ArtifactFormatTagHandler() argument 522 for (auto& node : root_element->children) { in ArtifactFormatTagHandler() 532 bool AbiGroupTagHandler(PostProcessingConfiguration* config, Element* root_element, in AbiGroupTagHandler() argument 534 std::string label = GetLabel(root_element, diag); in AbiGroupTagHandler() 541 Maybe<int32_t> order = GetVersionCodeOrder(root_element, diag); in AbiGroupTagHandler() 550 if (root_element->GetChildElements().empty()) { in AbiGroupTagHandler() [all …]
|