Lines Matching refs:chromeos_root
46 def FindVersionForToolchain(branch, chromeos_root): argument
51 manifest_dir = os.path.join(chromeos_root, 'manifest-internal')
186 def UploadManifest(manifest, chromeos_root, branch='master'): argument
188 chromeos_root = misc.CanonicalizePath(chromeos_root)
189 manifest_dir = os.path.join(chromeos_root, 'manifest-internal')
211 def GetManifestPatch(manifests, version, chromeos_root, branch='master'): argument
216 return UploadManifest(to_file, chromeos_root, branch)
233 def ReplaceSysroot(chromeos_root, dest_dir, target): argument
238 board_dir = os.path.join(chromeos_root, 'chroot', 'build', board)
245 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board,
280 def UploadGccPatch(chromeos_root, gcc_dir, branch): argument
284 gcc_path = os.path.join(chromeos_root, 'src/third_party/gcc')
286 .format(chromeos_root))
303 def RunRemote(chromeos_root, branch, patches, is_local, target, chrome_version, argument
315 cbuildbot_path = os.path.join(chromeos_root, 'chromite/cbuildbot')
400 chromeos_root = misc.CanonicalizePath(args.chromeos_root)
422 chromeos_root)
428 patch.append(UploadGccPatch(chromeos_root, args.gcc_dir, branch))
429 description = RunRemote(chromeos_root, branch, patch, args.local, target,
451 chromeos_version = FindVersionForToolchain(branch, chromeos_root)
461 ret = ReplaceSysroot(chromeos_root, args.dest_dir, target)