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