Home
last modified time | relevance | path

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

/aosp_15_r20/tools/acloud/list/
H A Dinstance.py252 def GetCuttleFishLocalInstances(cf_config_path): argument
261 cf_runtime_cfg = cvd_runtime_config.CvdRuntimeConfig(cf_config_path)
264 local_instances.append(LocalInstance(cf_config_path, ins_id))
511 def __init__(self, cf_config_path, ins_id=None): argument
518 self._cf_runtime_cfg = cvd_runtime_config.CvdRuntimeConfig(cf_config_path)