Home
last modified time | relevance | path

Searched defs:is_localhost (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/hosts/
Dservo_host.py164 def is_localhost(self): member in ServoHost
/external/autotest/server/cros/servo/
Dservo.py228 def is_localhost(self): member in Servo
/external/fio/
Dgfio.c502 int uses_net = 0, is_localhost = 0; in hostname_cb() local
/external/autotest/client/common_lib/
Dutils.py2183 def is_localhost(server): function