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

  /bootable/recovery/minadbd/
sockets.c 386 asocket *create_local_socket(int fd) function
398 //fprintf(stderr, "Created local socket in create_local_socket \n");
411 s = create_local_socket(fd);
  /system/core/adb/
sockets.c 393 asocket *create_local_socket(int fd) function
405 //fprintf(stderr, "Created local socket in create_local_socket \n");
426 s = create_local_socket(fd);

Completed in 46 milliseconds