Lines Matching refs:chromeos_root

58     def GetBuildID(self, chromeos_root, xbuddy_label):  argument
66 chromeos_root, command
76 def DownloadImage(self, chromeos_root, build_id, image_name): argument
85 chromeos_root, os.path.join("/tmp", build_id)
94 gsutil_cmd = os.path.join(chromeos_root, GS_UTIL)
110 def UncompressImage(self, chromeos_root, build_id): argument
113 chromeos_root,
163 def DownloadSingleFile(self, chromeos_root, build_id, package_file_name): argument
170 gsutil_cmd = os.path.join(chromeos_root, GS_UTIL)
187 chromeos_root, os.path.join("/tmp", build_id)
211 self, chromeos_root, build_id, package_file_name, uncompress_cmd argument
215 chromeos_root, os.path.join("/tmp", build_id)
239 def VerifyFileExists(self, chromeos_root, build_id, package_file): argument
246 gsutil_cmd = os.path.join(chromeos_root, GS_UTIL)
258 def DownloadAutotestFiles(self, chromeos_root, build_id): argument
265 chromeos_root, os.path.join("/tmp", build_id)
276 chromeos_root, build_id, autotest_packages_name
291 chromeos_root, build_id, autotest_packages_name
294 chromeos_root, build_id, autotest_server_package_name
297 chromeos_root, build_id, autotest_control_files_name
301 chromeos_root, build_id, autotest_packages_name, "tar -xf "
304 chromeos_root,
310 chromeos_root, build_id, autotest_control_files_name, "tar -xf "
323 def DownloadDebugFile(self, chromeos_root, build_id): argument
328 chromeos_root, os.path.join("/tmp", build_id)
334 chromeos_root, os.path.join("/tmp", build_id, "debug_files")
341 chromeos_root, build_id, debug_archive_name
350 self.DownloadSingleFile(chromeos_root, build_id, debug_archive_name)
368 chromeos_root,
378 chromeos_root, argument
384 build_id = self.GetBuildID(chromeos_root, xbuddy_label)
394 gsutil_cmd = os.path.join(chromeos_root, GS_UTIL)
400 image_path = self.DownloadImage(chromeos_root, build_id, image_name)
401 self.UncompressImage(chromeos_root, build_id)
407 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id)
410 debug_path = self.DownloadDebugFile(chromeos_root, build_id)