Lines Matching refs:chromeos_root
47 def FindVersionForToolchain(branch, chromeos_root): argument
52 manifest_dir = os.path.join(chromeos_root, 'manifest-internal')
189 def UploadManifest(manifest, chromeos_root, branch='master'): argument
191 chromeos_root = misc.CanonicalizePath(chromeos_root)
192 manifest_dir = os.path.join(chromeos_root, 'manifest-internal')
214 def GetManifestPatch(manifests, version, chromeos_root, branch='master'): argument
219 return UploadManifest(to_file, chromeos_root, branch)
236 def ReplaceSysroot(chromeos_root, dest_dir, target): argument
241 board_dir = os.path.join(chromeos_root, 'chroot', 'build', board)
248 image_dir = os.path.join(chromeos_root, 'src', 'build', 'images', board,
283 def UploadGccPatch(chromeos_root, gcc_dir, branch): argument
287 gcc_path = os.path.join(chromeos_root, 'src/third_party/gcc')
289 .format(chromeos_root))
306 def RunRemote(chromeos_root, branch, patches, is_local, target, chrome_version, argument
318 cbuildbot_path = os.path.join(chromeos_root, 'chromite/cbuildbot')
408 chromeos_root = misc.CanonicalizePath(args.chromeos_root)
430 chromeos_root)
436 patch.append(UploadGccPatch(chromeos_root, args.gcc_dir, branch))
437 description = RunRemote(chromeos_root, branch, patch, args.local, target,
459 chromeos_version = FindVersionForToolchain(branch, chromeos_root)
469 ret = ReplaceSysroot(chromeos_root, args.dest_dir, target)