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

  /system/core/adb/
remount_service.c 45 fd = unix_open("/proc/mounts", O_RDONLY | O_CLOEXEC);
98 fd = unix_open(dev, O_RDONLY | O_CLOEXEC);
usb_linux_client.c 164 fd = unix_open("/dev/android_adb", O_RDWR);
167 fd = unix_open("/dev/android", O_RDWR);
249 fd = unix_open("/dev/android_adb_enable", O_RDWR);
services.c 211 ptm = unix_open("/dev/ptmx", O_RDWR | O_CLOEXEC); // | O_NOCTTY);
234 int pts = unix_open(devname, O_RDWR | O_CLOEXEC);
419 ret = unix_open(name + 4, O_RDWR | O_CLOEXEC);
usb_linux.c 173 if((fd = unix_open(devname, O_RDONLY | O_CLOEXEC)) < 0) {
600 usb->desc = unix_open(usb->fname, O_RDWR | O_CLOEXEC);
603 usb->desc = unix_open(usb->fname, O_RDONLY | O_CLOEXEC);
sysdeps.h 148 static __inline__ int unix_open(const char* path, int options,...) function
327 static __inline__ int unix_open(const char* path, int options,...) function
adb.c 986 fd = unix_open("/dev/null", O_RDONLY);
990 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640);
992 fd = unix_open("/dev/null", O_WRONLY);
1023 fd = unix_open(path, O_WRONLY | O_CREAT | O_TRUNC, 0640);
1033 fd = unix_open("/dev/null", O_RDONLY);
    [all...]
commandline.c 650 fd = unix_open("/dev/null", O_WRONLY);
    [all...]
  /bootable/recovery/minadbd/
usb_linux_client.c 164 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);
sysdeps.h 146 static __inline__ int unix_open(const char* path, int options,...) function
305 static __inline__ int unix_open(const char* path, int options,...) function
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 99 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
125 unix_open,
469 static errcode_t unix_open(const char *name, int flags, io_channel *channel) function

Completed in 992 milliseconds