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

  /system/core/adb/
services.c 657 return create_local_socket(fd);
661 return create_local_socket(fd);
sockets.c 413 asocket *create_local_socket(int fd) function
426 //fprintf(stderr, "Created local socket in create_local_socket \n");
450 s = create_local_socket(fd);
adb.h 250 asocket *create_local_socket(int fd);
adb.c 687 s = create_local_socket(fd);
711 s = create_local_socket(fd);
    [all...]
  /bootable/recovery/minadbd/
sockets.c 387 asocket *create_local_socket(int fd) function
399 //fprintf(stderr, "Created local socket in create_local_socket \n");
412 s = create_local_socket(fd);
adb.h 205 asocket *create_local_socket(int fd);
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
adb 
  /external/skia/platform_tools/android/bin/linux/
adb 

Completed in 2262 milliseconds