Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dutils.py1797 _LOCAL_HOST_LIST = ('localhost', '127.0.0.1') variable
2129 return socket.gethostname() if host in _LOCAL_HOST_LIST else host
2192 if server in _LOCAL_HOST_LIST: