Searched refs:intptr_handle (Results 1 – 2 of 2) sorted by relevance
551 const intptr_t intptr_handle = f->clazz->_fh_get_os_handle(f); in adb_get_os_handle() local552 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle); in adb_get_os_handle()1496 const intptr_t intptr_handle = _get_osfhandle(fd.get()); in _get_console_handle() local1497 if (intptr_handle == -1) { in _get_console_handle()1500 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle); in _get_console_handle()
445 const intptr_t intptr_handle = _get_osfhandle(STDOUT_FILENO); in send_window_size_change() local446 if (intptr_handle == -1) return; in send_window_size_change()448 const HANDLE handle = reinterpret_cast<const HANDLE>(intptr_handle); in send_window_size_change()