HomeSort by relevance Sort by last modified time
    Searched refs:_unix (Results 1 - 4 of 4) sorted by null

  /external/qemu/
sockets.c 265 a->u._unix.path = strdup(path ? path : "");
266 a->u._unix.owner = 1;
271 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
272 a->u._unix.owner = 0;
273 free((char*)a->u._unix.path);
394 buf = format_str( buf, end, a->u._unix.path );
420 return (!strcmp(a->u._unix.path, b->u._unix.path));
459 return a->u._unix.path;
500 return bufprint(p, end, "%s", a->u._unix.path)
    [all...]
sockets.h 182 } _unix; member in union:__anon12620::__anon12621
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 270 a->u._unix.path = strdup(path ? path : "");
271 a->u._unix.owner = 1;
276 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
277 a->u._unix.owner = 0;
278 free((char*)a->u._unix.path);
399 buf = format_str( buf, end, a->u._unix.path );
425 return (!strcmp(a->u._unix.path, b->u._unix.path));
464 return a->u._unix.path;
505 return bufprint(p, end, "%s", a->u._unix.path)
    [all...]
sockets.h 190 } _unix; member in union:__anon43694::__anon43695

Completed in 53 milliseconds