Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dtest_with_scope.cc13 void SetCommandForTool(const std::string& cmd, Tool* tool) { in SetCommandForTool() function
48 SetCommandForTool( in SetupToolchain()
58 SetCommandForTool( in SetupToolchain()
68 SetCommandForTool( in SetupToolchain()
78 SetCommandForTool( in SetupToolchain()
90 SetCommandForTool("ar {{output}} {{source}}", alink_tool.get()); in SetupToolchain()
98 SetCommandForTool("ld -shared -o {{target_output_name}}.so {{inputs}} " in SetupToolchain()
108 SetCommandForTool("ld -o {{target_output_name}} {{source}} " in SetupToolchain()
116 SetCommandForTool("touch {{output}}", stamp_tool.get()); in SetupToolchain()
121 SetCommandForTool("cp {{source}} {{output}}", copy_tool.get()); in SetupToolchain()