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

  /external/qemu/android/
sockets.c 266 a->u._unix.path = strdup(path ? path : "");
267 a->u._unix.owner = 1;
272 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
273 a->u._unix.owner = 0;
274 free((char*)a->u._unix.path);
395 buf = format_str( buf, end, a->u._unix.path );
421 return (!strcmp(a->u._unix.path, b->u._unix.path));
460 return a->u._unix.path;
501 return bufprint(p, end, "%s", a->u._unix.path)
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 266 a->u._unix.path = strdup(path ? path : "");
267 a->u._unix.owner = 1;
272 if (a->family == SOCKET_UNIX && a->u._unix.owner) {
273 a->u._unix.owner = 0;
274 free((char*)a->u._unix.path);
395 buf = format_str( buf, end, a->u._unix.path );
421 return (!strcmp(a->u._unix.path, b->u._unix.path));
460 return a->u._unix.path;
501 return bufprint(p, end, "%s", a->u._unix.path)
    [all...]
sockets.h 190 } _unix; member in union:__anon81180::__anon81181
  /external/chromium_org/third_party/skia/gyp/
gpu.gyp 14 'sources/': [ ['exclude', '_unix.(h|cpp)$'],
  /external/skia/gyp/
gpu.gyp 14 'sources/': [ ['exclude', '_unix.(h|cpp)$'],
  /external/qemu/include/android/
sockets.h 182 } _unix; member in union:__anon33400::__anon33401

Completed in 902 milliseconds