Searched refs:os_type (Results 1 – 11 of 11) sorted by relevance
28 char *e2p_os2string(int os_type) in e2p_os2string() argument33 if (os_type >= 0 && os_type <= EXT2_OS_LITES) in e2p_os2string()34 os = os_tab[os_type]; in e2p_os2string()
76 char *e2p_os2string(int os_type);
107 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,
97 echo $OSTYPE | grep -q "darwin" && os_type="darwin" || os_type="linux"141 "${NDK_ROOT}/toolchains/${toolchain}/prebuilt/${os_type}-x86_64/bin:$PATH"
474 uint8_t os_type = IH_OS_INVALID; in spl_load_simple_fit() local485 if (!spl_fit_image_get_os(fit, node, &os_type)) in spl_load_simple_fit()486 debug("Loadable is %s\n", genimg_get_os_name(os_type)); in spl_load_simple_fit()488 if (os_type == IH_OS_U_BOOT) { in spl_load_simple_fit()
1 handle bad (negative) os_type
22 uint64_t os_type; member
154 } os_type; member349 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) { in Curl_ftp_parselist()351 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ? in Curl_ftp_parselist()394 switch(parser->os_type) { in Curl_ftp_parselist()
49 and os_type: e2p_os2string() and e2p_string2os(), and used them to
900 + 'os_type': 'android'}1020 + 'os_type': 'android'}
2734 os_type='android')