Lines Matching refs:chromeos_root
150 def FindArchiveImage(chromeos_root, build, build_id): argument
156 chromeos_root, command, print_to_console=False)
191 def GetTrybotImage(chromeos_root, argument
218 cbuildbot_path = os.path.join(chromeos_root, 'chromite/cbuildbot')
334 trybot_image = FindArchiveImage(chromeos_root, build, build_id)
340 trybot_image = FindArchiveImage(chromeos_root, build, build_id)
351 def GetGSContent(chromeos_root, path): argument
357 chromeos_root, command, print_to_console=False)
361 def DoesImageExist(chromeos_root, build): argument
367 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
371 def WaitForImage(chromeos_root, build): argument
376 if DoesImageExist(chromeos_root, build):