Searched refs:unix_open (Results 1 - 2 of 2) sorted by relevance

/bootable/recovery/minadbd/
H A Dusb_linux_client.c164 fd = unix_open("/dev/android_adb", O_RDWR);
167 fd = unix_open("/dev/android", O_RDWR);
251 fd = unix_open("/dev/android_adb_enable", O_RDWR);
252 fprintf(stderr, "unix_open to open usb_init(): %d\n", fd);
H A Dsysdeps.h146 static __inline__ int unix_open(const char* path, int options,...) function
305 static __inline__ int unix_open(const char* path, int options,...) function

Completed in 62 milliseconds