Searched refs:_fh_from_int (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.c124 _fh_from_int( int fd ) function
131 D( "_fh_from_int: invalid fd %d\n", fd + WIN32_FH_BASE );
139 D( "_fh_from_int: invalid fd %d\n", fd + WIN32_FH_BASE );
404 FH f = _fh_from_int(fd);
416 FH f = _fh_from_int(fd);
428 FH f = _fh_from_int(fd);
440 FH f = _fh_from_int(fd);
454 FH f = _fh_from_int(fd);
754 FH serverfh = _fh_from_int(serverfd);
783 FH fh = _fh_from_int(f
[all...]

Completed in 5 milliseconds