Searched refs:resources_config_path_ (Results 1 – 4 of 4) sorted by relevance
61 &resources_config_path_); in ConvertCommand()93 std::optional<std::string> resources_config_path_; variable
93 &resources_config_path_); in OptimizeCommand()155 std::optional<std::string> resources_config_path_; variable
446 if (resources_config_path_) { in Action()447 std::string& path = resources_config_path_.value(); in Action()
429 if (resources_config_path_) { in Action()430 if (!ExtractResourceConfig(*resources_config_path_, &context, table_flattener_options_)) { in Action()