Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 9 of 9) sorted by relevance

/external/autotest/server/site_tests/provision_AndroidUpdate/
Dprovision_AndroidUpdate.py77 os_type = None
82 os_type = adb_host.OS_TYPE_BRILLO
84 os_type = adb_host.OS_TYPE_ANDROID
92 url, _ = host.stage_build_for_install(value, os_type=os_type)
97 host, build_url=url, os_type=os_type)
/external/e2fsprogs/lib/e2p/
Dostype.c27 char *e2p_os2string(int os_type) in e2p_os2string() argument
32 if (os_type <= EXT2_OS_LITES) in e2p_os2string()
33 os = os_tab[os_type]; in e2p_os2string()
De2p.h71 char *e2p_os2string(int os_type);
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py107 os_type = {'win': 'Win',
112 if os_type == 'Linux' and platform.architecture()[0] == '64bit':
113 os_type = 'Linux_x64'
115 'chromium-browser-continuous/%s/LAST_CHANGE' % os_type)
122 'chromium-browser-continuous/%s/%s' % (os_type,
/external/autotest/server/hosts/
Dadb_host.py1085 def stage_build_for_install(self, build_name, os_type=None): argument
1094 os_type = os_type or self.get_os_type()
1100 is_brillo = os_type == OS_TYPE_BRILLO
1222 flash_all=False, os_type=None): argument
1237 os_type = os_type or self.get_os_type()
1240 self._parser.options.image, os_type=os_type)
1241 if os_type == OS_TYPE_ANDROID:
1245 elif os_type == OS_TYPE_BRILLO:
/external/curl/lib/
Dftplistparser.c154 } os_type; member
375 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) { in Curl_ftp_parselist()
377 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ? in Curl_ftp_parselist()
420 switch (parser->os_type) { in Curl_ftp_parselist()
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py710 os_type = host.get_os_type()
711 if os_type == 'cros':
713 if os_type == 'brillo':
716 raise error.TestError('Unknown OS type reported by host: %s' % os_type)
/external/autotest/client/common_lib/cros/
Ddev_server.py1414 os_type='android')
/external/e2fsprogs/
DRELEASE-NOTES4327 and os_type: e2p_os2string() and e2p_string2os(), and used them to