Home
last modified time | relevance | path

Searched refs:config_path_ (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DOptimize.h81 AddOptionalFlag("-x", "Path to XML configuration file.", &config_path_, Command::kPath); in OptimizeCommand()
154 std::optional<std::string> config_path_; variable
H A DOptimize.cpp360 if (config_path_) { in Action()
361 std::string& path = config_path_.value(); in Action()
/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h172 const std::string config_path_; variable
H A DConfigurationParser.cpp438 : contents_(std::move(contents)), config_path_(config_path), diag_(&noop_) { in ConfigurationParser()
444 ExtractConfiguration(contents_, config_path_, diag_); in Parse()