Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py41 OS_HOST_DICT = {'android': adb_host.ADBHost, variable
203 or OS_HOST_DICT.get(afe_host.attributes.get('os_type'))
204 or OS_HOST_DICT.get(host_os))
Dfactory_unittest.py79 self._orig_dict = factory.OS_HOST_DICT
85 self.os_host_dict = factory.OS_HOST_DICT = {}
94 factory.OS_HOST_DICT = self._orig_dict