OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dns_domain
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/peerd_DiscoverServices/
peerd_DiscoverServices.py
66
# The queries for hostname/
dns_domain
are IPCs and therefore relatively
69
dns_domain
= self._chrooted_avahi.
dns_domain
70
if not hostname or not
dns_domain
:
72
self._dns_domain =
dns_domain
73
self._hostname = '%s.%s' % (hostname,
dns_domain
)
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/
peerd_HandlesNameConflicts.py
62
# The queries for hostname/
dns_domain
are IPCs and therefor relatively
65
dns_domain
= self._chrooted_avahi.
dns_domain
66
if not hostname or not
dns_domain
:
68
self._dns_domain =
dns_domain
69
self._hostname = '%s.%s' % (hostname,
dns_domain
)
/external/autotest/client/site_tests/peerd_AdvertiseServices/
peerd_AdvertiseServices.py
55
# The queries for hostname/
dns_domain
are IPCs and therefor relatively
58
dns_domain
= self._chrooted_avahi.
dns_domain
59
if not hostname or not
dns_domain
:
61
self._dns_domain =
dns_domain
62
self._hostname = '%s.%s' % (hostname,
dns_domain
)
/external/autotest/client/cros/
chrooted_avahi.py
107
"""@return string hostname claimed by avahi on |self.
dns_domain
|."""
112
def
dns_domain
(self):
member in class:ChrootedAvahi
Completed in 229 milliseconds