Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps_win32.cpp1202 static HANDLE _get_console_handle(int fd, DWORD* mode=nullptr) { in _get_console_handle() function
1229 static HANDLE _get_console_handle(FILE* const stream) { in _get_console_handle() function
1236 return _get_console_handle(fd); in _get_console_handle()
1240 return _get_console_handle(fd) ? 1 : 0; in unix_isatty()
2002 const HANDLE in = _get_console_handle(STDIN_FILENO, &_old_console_mode); in stdin_raw_init()
2450 const HANDLE console = _get_console_handle(stream); in adb_vfprintf()
2541 const HANDLE console = _get_console_handle(stream); in adb_fwrite()