Lines Matching refs:tool_name
95 tool_name='gcc', tool_dir=self._gcc_dir):
101 tool_name='binutils', tool_dir=self._binutils_dir):
107 def SubmitToolToLocalBranch(self, tool_name, tool_dir): argument
120 chrome_tool_dir = self.GetChromeOsToolDir(tool_name)
199 def CheckoutToolBranch(self, tool_name, tool_branch): argument
210 chrome_tool_dir = self.GetChromeOsToolDir(tool_name)
226 tool_name, tool_branch, tool_branch_tree))
257 def FindToolEbuildFile(self, tool_name): argument
280 'equery w sys-devel/{0}'.format(tool_name),
285 '"equery w sys-devel/{0}", aborted.').format(tool_name))
288 EBUILD_PATH_PATTERN.format(tool_name)), stdout)
293 'in-complete chroot.').format(tool_name))
338 def ResetToolEbuildFile(chromeos_root, tool_name): argument
350 path=('sys-devel/{0}/{0}-*.ebuild'.format(tool_name)),
364 'Note - did not find any modified {0} ebuild file.'.format(tool_name))
368 def GetChromeOsToolDir(self, tool_name): argument
381 tool_toppath = os.path.join(self._ndk_dir, 'toolchain', tool_name)
385 '| sort -r | head -1').format(tool_toppath, tool_name)
457 def DoBuildToolForBoard(self, tool_name): argument
481 command = 'sudo emerge sys-devel/{0}'.format(tool_name)
496 command = 'sudo emerge cross-{0}/{1}'.format(target, tool_name)
502 'Build {0} failed for {1}, aborted.'.format(tool_name, board))
506 'Successfully built {0} for board {1}.'.format(tool_name, board))
519 self._ndk_dir, tool_name))
524 tool_name, ' '.join(failed)))