Searched refs:_fh_to_int (Results 1 – 1 of 1) sorted by relevance
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 167 static int _fh_to_int(FH f) { in _fh_to_int() function 401 snprintf(f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path); in adb_open() 402 D("adb_open: '%s' => fd %d", path, _fh_to_int(f)); in adb_open() 403 return _fh_to_int(f); in adb_open() 443 snprintf(f->name, sizeof(f->name), "%d(%s)", _fh_to_int(f), path); in adb_creat() 444 D("adb_creat: '%s' => fd %d", path, _fh_to_int(f)); in adb_creat() 445 return _fh_to_int(f); in adb_creat() 688 D("recv fd %d failed: %s", _fh_to_int(f), in _fh_socket_read() 704 D("send fd %d failed: %s", _fh_to_int(f), in _fh_socket_write() 740 D("send fd %d failed: %s", _fh_to_int(f), in _fh_socket_writev() [all …]
|