Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance.py205 instance_dir = instance.GetLocalInstanceRuntimeDir(local_instance_id)
288 cvd_runtime_dir = instance.GetLocalInstanceRuntimeDir(local_instance_id)
/tools/acloud/list/
Dinstance.py104 cfg_path = os.path.join(GetLocalInstanceRuntimeDir(local_instance_id),
148 def GetLocalInstanceRuntimeDir(local_instance_id): function