Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance.py191 instance_dir = instance.GetLocalInstanceRuntimeDir(local_instance_id)
267 cvd_runtime_dir = instance.GetLocalInstanceRuntimeDir(local_instance_id)
/tools/acloud/list/
Dinstance.py103 cfg_path = os.path.join(GetLocalInstanceRuntimeDir(local_instance_id),
147 def GetLocalInstanceRuntimeDir(local_instance_id): function