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

  /system/core/adb/
remount_service.c 43 fd = unix_open("/proc/mounts", O_RDONLY);
87 fd = unix_open(dev, O_RDONLY);
log_service.c 39 int logfd = unix_open(log_filepath, O_RDONLY);
services.c 199 ptm = unix_open("/dev/ptmx", O_RDWR); // | O_NOCTTY);
225 pts = unix_open(devname, O_RDWR);
366 ret = unix_open(name + 4, O_RDWR);
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);
usb_linux.c 173 if((fd = unix_open(devname, O_RDONLY)) < 0) {
600 usb->desc = unix_open(usb->fname, O_RDWR);
603 usb->desc = unix_open(usb->fname, O_RDONLY);
sysdeps.h 147 static __inline__ int unix_open(const char* path, int options,...) function
324 static __inline__ int unix_open(const char* path, int options,...) function
adb.c 941 fd = unix_open("/dev/null", O_RDONLY);
945 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640);
947 fd = unix_open("/dev/null", O_WRONLY);
978 fd = unix_open(path, O_WRONLY | O_CREAT | O_TRUNC, 0640);
988 fd = unix_open("/dev/null", O_RDONLY);
    [all...]
commandline.c 477 fd = unix_open("/dev/null", O_WRONLY);
    [all...]
  /bootable/recovery/minadbd/
usb_linux_client.c 60 fd = unix_open("/dev/android_adb", O_RDWR);
63 fd = unix_open("/dev/android", O_RDWR);
128 fd = unix_open("/dev/android_adb_enable", O_RDWR);
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 98 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
122 unix_open,
425 static errcode_t unix_open(const char *name, int flags, io_channel *channel) function

Completed in 1562 milliseconds