Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgoldfish_remote_host_client.py25 _INSTANCE_NAME_FORMAT = ("host-goldfish-%(ip_addr)s-%(console_port)s-" variable
44 return _INSTANCE_NAME_FORMAT % {
/tools/acloud/list/
Dinstance.py719 _INSTANCE_NAME_FORMAT = "local-goldfish-instance-%(id)s" variable in LocalGoldfishInstance
742 name = self._INSTANCE_NAME_FORMAT % {"id": local_instance_id}
791 self._INSTANCE_NAME_FORMAT % {"id": self._id})
814 (cls._INSTANCE_NAME_FORMAT % {"id": instance_id}) + ".lock")