Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1231 static HANDLE _get_console_handle(int fd, DWORD* mode=nullptr) { in _get_console_handle() function
1258 static HANDLE _get_console_handle(FILE* const stream) { in _get_console_handle() function
1265 return _get_console_handle(fd); in _get_console_handle()
1269 return _get_console_handle(fd) ? 1 : 0; in unix_isatty()
2030 const HANDLE in = _get_console_handle(STDIN_FILENO, &_old_console_mode); in stdin_raw_init()
2477 const HANDLE console = _get_console_handle(stream); in adb_vfprintf()
2568 const HANDLE console = _get_console_handle(stream); in adb_fwrite()
2769 const HANDLE out = _get_console_handle(STDOUT_FILENO, &old_out_console_mode); in _init_console()