Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dcvd_utils.py119 def UploadArtifacts(ssh_obj, image_path, cvd_host_package): argument
128 if os.path.isdir(image_path):
129 _UploadImageDir(ssh_obj, image_path)
131 _UploadImageZip(ssh_obj, image_path)
135 def _IsBootImage(image_path): argument
144 if not os.path.isfile(image_path):
146 with open(image_path, "rb") as image_file:
Dota_tools.py98 image_path = (image_paths.get(partition_name) or
100 if not os.path.isfile(image_path):
103 return image_path
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py231 image_path = None
254 image_path = fuchsia_device.specific_image
261 if image_path:
267 run_flash_script(fuchsia_device, image_path)
270 with tempfile.TemporaryDirectory(suffix=suffix) as image_path:
275 image_path, os.path.basename(file_to_download))
288 run_flash_script(fuchsia_device, image_path)
/tools/acloud/create/
Davd_spec.py492 image_path = utils.GetBuildEnvironmentVariable(
495 image_path = local_image_arg
497 if not os.path.exists(image_path):
500 return image_path