Home
last modified time | relevance | path

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

/system/core/adb/client/
Dcommandline.cpp418 const intptr_t intptr_handle = _get_osfhandle(STDOUT_FILENO); in send_window_size_change() local
419 if (intptr_handle == -1) return; in send_window_size_change()
421 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle); in send_window_size_change()
/system/core/adb/
Dsysdeps_win32.cpp1244 const intptr_t intptr_handle = _get_osfhandle(fd); in _get_console_handle() local
1245 if (intptr_handle == -1) { in _get_console_handle()
1248 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle); in _get_console_handle()