OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncsocket_read_line_absolute
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/protocol/
core-connection.c
117
status =
syncsocket_read_line_absolute
(ssocket, buf, sizeof(buf), deadline);
119
derror("
syncsocket_read_line_absolute
has failed: %s\n", errno_str);
130
status =
syncsocket_read_line_absolute
(ssocket, buf, sizeof(buf), deadline);
281
syncsocket_read_line_absolute
(desc->ssocket, buf, sizeof(buf), deadline);
298
status =
syncsocket_read_line_absolute
(desc->ssocket, buf, sizeof(buf),
/external/qemu/android/
sync-utils.h
200
ssize_t
syncsocket_read_line_absolute
(SyncSocket* ssocket,
sync-utils.c
258
syncsocket_read_line_absolute
(SyncSocket* ssocket,
function
285
return
syncsocket_read_line_absolute
(ssocket, buffer, size,
Completed in 19 milliseconds