Lines Matching refs:chromeos_root
42 def PeekTrybotImage(chromeos_root, buildbucket_id): argument
56 rc, out, _ = RunCommandInPath(chromeos_root, command)
88 def SubmitTryjob(chromeos_root, argument
123 _, out, _ = RunCommandInPath(chromeos_root, command)
132 def GetTrybotImage(chromeos_root, argument
161 buildbucket_id = SubmitTryjob(chromeos_root, buildbot_name, patch_list,
173 status, image = PeekTrybotImage(chromeos_root, buildbucket_id)
213 def DoesImageExist(chromeos_root, build): argument
219 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
223 def WaitForImage(chromeos_root, build): argument
228 if DoesImageExist(chromeos_root, build):
240 def GetLatestImage(chromeos_root, path): argument
248 chromeos_root, command, print_to_console=False)
260 if DoesImageExist(chromeos_root, build):