Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dostype.c28 char *e2p_os2string(int os_type) in e2p_os2string() argument
33 if (os_type >= 0 && os_type <= EXT2_OS_LITES) in e2p_os2string()
34 os = os_tab[os_type]; in e2p_os2string()
De2p.h76 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/tensorflow/tensorflow/contrib/makefile/
Dcompile_android_protobuf.sh97 echo $OSTYPE | grep -q "darwin" && os_type="darwin" || os_type="linux"
141 "${NDK_ROOT}/toolchains/${toolchain}/prebuilt/${os_type}-x86_64/bin:$PATH"
/external/u-boot/common/spl/
Dspl_fit.c474 uint8_t os_type = IH_OS_INVALID; in spl_load_simple_fit() local
485 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()
/external/e2fsprogs/tests/d_bad_ostype/
Dname1 handle bad (negative) os_type
/external/u-boot/include/zfs/
Ddmu_objset.h22 uint64_t os_type; member
/external/curl/lib/
Dftplistparser.c154 } os_type; member
349 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()
/external/e2fsprogs/doc/RelNotes/
Dv1.37.txt49 and os_type: e2p_os2string() and e2p_string2os(), and used them to
/external/toolchain-utils/android_bench_suite/
Dautotest.diff900 + 'os_type': 'android'}
1020 + 'os_type': 'android'}
/external/autotest/client/common_lib/cros/
Ddev_server.py2734 os_type='android')