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.py81 extract_path = os.path.join(
86 logger.debug("Extract path: %s", extract_path)
88 if avd_spec.force_sync and os.path.exists(extract_path):
89 shutil.rmtree(extract_path)
90 if not os.path.exists(extract_path):
91 os.makedirs(extract_path)
96 fetch_cvd = os.path.join(extract_path, constants.FETCH_CVD)
114 fetch_cvd_args = [fetch_cvd, "-directory=%s" % extract_path,
123 return extract_path
Dcreate_common_test.py181 extract_path = "/tmp/1234"
188 extract_path,
196 "%s/%s" % (extract_path, checkfile1))
206 extract_path)
213 "%s/%s" % (extract_path, checkfile2))
Dcreate_common.py180 def DownloadRemoteArtifact(cfg, build_target, build_id, artifact, extract_path, argument
194 temp_file = os.path.join(extract_path, artifact)
201 utils.Decompress(temp_file, extract_path)
/tools/asuite/atest/test_finders/
Dtf_integration_finder.py235 extract_path = os.path.join(
237 if not os.path.exists(extract_path):
239 prebuilt_jar, extract_path)
240 jar_file.extractall(extract_path)
241 test_files.append(os.path.join(extract_path, xml_path))
/tools/acloud/public/actions/
Dremote_host_cf_device_factory.py163 def _DownloadArtifacts(self, extract_path): argument
181 fetch_cvd = os.path.join(extract_path, constants.FETCH_CVD)