Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.h57 &resources_config_path_); in ConvertCommand()
88 std::optional<std::string> resources_config_path_; variable
H A DOptimize.h93 &resources_config_path_); in OptimizeCommand()
155 std::optional<std::string> resources_config_path_; variable
H A DOptimize.cpp445 if (resources_config_path_) { in Action()
446 std::string& path = resources_config_path_.value(); in Action()
H A DConvert.cpp428 if (resources_config_path_) { in Action()
429 if (!ExtractResourceConfig(*resources_config_path_, &context, table_flattener_options_)) { in Action()