OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_get_error
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
migration-tcp-android.c
59
ret =
socket_get_error
(s->fd);
sockets.h
352
int
socket_get_error
(int fd);
sockets.c
1187
int
socket_get_error
(int fd)
function
[
all
...]
/sdk/emulator/opengl/tests/event_injector/
sockets.h
360
int
socket_get_error
(int fd);
emulator-console.c
244
if (
socket_get_error
(con->fd) != 0) {
sockets.c
1191
int
socket_get_error
(int fd)
function
[
all
...]
/external/qemu/android/
async-utils.c
258
ac->error =
socket_get_error
(ac->io->fd);
Completed in 41 milliseconds