Home
last modified time | relevance | path

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

/external/autotest/server/cros/servo/
Dservo.py228 def is_localhost(self): member in Servo
234 return self._servo_host.is_localhost()
736 if not self.is_localhost():
753 if not self.is_localhost():
/external/autotest/server/hosts/
Dservo_host.py164 def is_localhost(self): member in ServoHost
179 if ENABLE_SSH_TUNNEL_FOR_SERVO and not self.is_localhost():
306 if self.is_localhost():
Dservo_repair.py309 if host.is_localhost() or not host.is_cros_host():
/external/autotest/server/site_tests/firmware_ECPowerButton/
Dfirmware_ECPowerButton.py76 if self.servo.is_localhost():
/external/autotest/site_utils/lib/
Dinfra.py135 if utils.is_localhost(host):
/external/autotest/scheduler/
Dscheduler_lib.py177 not utils.is_localhost(db_server)):
/external/autotest/site_utils/
Dmysql_bootstrap.py223 local_hostname = ('localhost' if utils.is_localhost(dest_host)
/external/fio/
Dgfio.c502 int uses_net = 0, is_localhost = 0; in hostname_cb() local
521 is_localhost = 1; in hostname_cb()
524 if (!uses_net || is_localhost) { in hostname_cb()
/external/autotest/server/cros/faft/
Dfirmware_test.py787 if self.servo.is_localhost():
/external/autotest/client/common_lib/
Dutils.py2183 def is_localhost(server): function