Searched refs:copy_tool (Results 1 – 2 of 2) sorted by relevance
26 const Tool* copy_tool = target_->toolchain()->GetTool(Toolchain::TYPE_COPY); in Run() local27 if (!copy_tool) { in Run()49 SubstitutionBits required_bits = copy_tool->substitution_bits(); in Run()
120 scoped_ptr<Tool> copy_tool(new Tool); in SetupToolchain() local121 SetCommandForTool("cp {{source}} {{output}}", copy_tool.get()); in SetupToolchain()122 toolchain->SetTool(Toolchain::TYPE_COPY, copy_tool.Pass()); in SetupToolchain()