Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DOptimize.h85 &resources_config_path_); in OptimizeCommand()
126 Maybe<std::string> resources_config_path_; variable
DOptimize.cpp457 if (resources_config_path_) { in Action()
458 std::string& path = resources_config_path_.value(); in Action()