Searched refs:_fh_to_int (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | sysdeps_win32.cpp | 170 _fh_to_int( FH f ) in _fh_to_int() function 377 snprintf( f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path ); in adb_open() 378 D( "adb_open: '%s' => fd %d", path, _fh_to_int(f) ); in adb_open() 379 return _fh_to_int(f); in adb_open() 422 snprintf( f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path ); in adb_creat() 423 D( "adb_creat: '%s' => fd %d", path, _fh_to_int(f) ); in adb_creat() 424 return _fh_to_int(f); in adb_creat() 612 D("recv fd %d failed: %s", _fh_to_int(f), in _fh_socket_read() 628 D("send fd %d failed: %s", _fh_to_int(f), in _fh_socket_write() 742 const int fd = _fh_to_int(f.get()); in network_loopback_client() [all …]
|