Searched refs:_fh_from_int (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | sysdeps_win32.cpp | 144 static FH _fh_from_int(borrowed_fd bfd, const char* func) { in _fh_from_int() function 449 FH f = _fh_from_int(fd, __func__); in adb_read() 480 FH f = _fh_from_int(fd, __func__); in adb_write() 491 FH f = _fh_from_int(fd, __func__); in adb_writev() 521 FH f = _fh_from_int(fd, __func__); in adb_lseek() 530 FH f = _fh_from_int(fd, __func__); in adb_close() 543 FH f = _fh_from_int(fd, __func__); in adb_get_os_handle() 613 FH fh = _fh_from_int(fds[i].fd, __func__); in adb_poll() 1064 FH serverfh = _fh_from_int(serverfd, __func__); in adb_socket_accept() 1096 FH fh = _fh_from_int(fd, __func__); in adb_setsockopt() [all …]
|