Lines Matching refs:chromeos_root
52 chromeos_root, argument
61 self._chromeos_root = chromeos_root
338 def ResetToolEbuildFile(chromeos_root, tool_name): argument
349 os.path.join(chromeos_root, CHROMIUMOS_OVERLAY_PATH),
354 os.path.join(chromeos_root, CHROMIUMOS_OVERLAY_PATH))
726 if not options.chromeos_root:
732 options.chromeos_root = wdir
736 if not options.chromeos_root:
740 options.chromeos_root = os.path.abspath(
741 os.path.expanduser(options.chromeos_root))
743 if not os.path.isdir(options.chromeos_root):
745 '"{0}" does not exist.'.format(options.chromeos_root))
770 ).format(options.chromeos_root)
785 rv = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'gcc')
786 rv1 = Bootstrapper.ResetToolEbuildFile(options.chromeos_root, 'binutils')
835 options.chromeos_root,