Lines Matching refs:chromeos_root
39 def PeekTrybotImage(chromeos_root, buildbucket_id): argument
53 rc, out, _ = RunCommandInPath(chromeos_root, command)
81 def SubmitTryjob(chromeos_root, argument
116 _, out, _ = RunCommandInPath(chromeos_root, command)
125 def GetTrybotImage(chromeos_root, argument
154 buildbucket_id = SubmitTryjob(chromeos_root, buildbot_name, patch_list,
166 status, image = PeekTrybotImage(chromeos_root, buildbucket_id)
206 def DoesImageExist(chromeos_root, build): argument
212 ret = ce.ChrootRunCommand(chromeos_root, command, print_to_console=False)
216 def WaitForImage(chromeos_root, build): argument
221 if DoesImageExist(chromeos_root, build):
233 def GetLatestImage(chromeos_root, path): argument
241 chromeos_root, command, print_to_console=False)
248 if DoesImageExist(chromeos_root, build):