OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_fh_to_int
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
sysdeps_win32.cpp
228
_fh_to_int
( FH f )
function
439
snprintf( f->name, sizeof(f->name), "%d(%s)",
_fh_to_int
(f), path );
440
D( "adb_open: '%s' => fd %d", path,
_fh_to_int
(f) );
441
return
_fh_to_int
(f);
484
snprintf( f->name, sizeof(f->name), "%d(%s)",
_fh_to_int
(f), path );
485
D( "adb_creat: '%s' => fd %d", path,
_fh_to_int
(f) );
486
return
_fh_to_int
(f);
751
D("recv fd %d failed: %s",
_fh_to_int
(f),
767
D("send fd %d failed: %s",
_fh_to_int
(f),
881
const int fd =
_fh_to_int
(f.get())
[
all
...]
Completed in 54 milliseconds