Home
last modified time | relevance | path

Searched refs:extract_path (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/create/
Dremote_image_local_instance.py69 extract_path = os.path.join(
74 logger.debug("Extract path: %s", extract_path)
77 if not os.path.exists(extract_path):
78 os.makedirs(extract_path)
84 cfg, build_target, build_id, artifact, extract_path, decompress=True)
85 return extract_path
Dcreate_common_test.py114 extract_path = "/tmp/1234"
121 extract_path,
129 "%s/%s" % (extract_path, checkfile1))
139 extract_path)
146 "%s/%s" % (extract_path, checkfile2))
Dcreate_common.py94 def DownloadRemoteArtifact(cfg, build_target, build_id, artifact, extract_path, argument
108 temp_file = os.path.join(extract_path, artifact)
115 utils.Decompress(temp_file, extract_path)
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py338 extract_path = "/tmp/1111/"
355 factory._DownloadArtifacts(extract_path)
367 extract_path, decompress=True),
369 extract_path)], any_order=True)
Dremote_instance_cf_device_factory.py148 def _DownloadArtifacts(self, extract_path): argument
164 cfg, build_target, build_id, remote_image, extract_path, decompress=True)
169 extract_path)