Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dserver_manager_utils.py300 hostname = utils.normalize_hostname(hostname)
304 if hostname == utils.normalize_hostname(server.hostname):
/external/autotest/tko/
Dretrieve_logs.cgi87 normalized_host = utils.normalize_hostname(host)
/external/autotest/client/common_lib/
Dutils.py341 def normalize_hostname(alias): function