Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DConvert.h61 &resources_config_path_); in ConvertCommand()
93 std::optional<std::string> resources_config_path_; variable
DOptimize.h93 &resources_config_path_); in OptimizeCommand()
155 std::optional<std::string> resources_config_path_; variable
DOptimize.cpp446 if (resources_config_path_) { in Action()
447 std::string& path = resources_config_path_.value(); in Action()
DConvert.cpp429 if (resources_config_path_) { in Action()
430 if (!ExtractResourceConfig(*resources_config_path_, &context, table_flattener_options_)) { in Action()