Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dninja_target_command_util.h34 : path_output_(path_output), tool_switch_(tool_switch) {} in FrameworkDirsWriter()
43 out << " \"" << tool_switch_ << path.substr(1); in operator()
45 out << " " << tool_switch_ << path; in operator()
49 std::string tool_switch_; member
56 : tool_switch_(tool_switch) { in FrameworksWriter()
61 out << " " << tool_switch_; in operator()
67 std::string tool_switch_; member