Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory.py43 OS_HOST_DICT = {'android': adb_host.ADBHost, variable
189 or OS_HOST_DICT.get(afe_host.attributes.get('os_type'))
190 or OS_HOST_DICT.get(host_os)
Dfactory_unittest.py80 self._orig_dict = factory.OS_HOST_DICT
86 self.os_host_dict = factory.OS_HOST_DICT = {}
96 factory.OS_HOST_DICT = self._orig_dict