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

  /system/core/adb/
usb_linux_client.c 60 fd = unix_open("/dev/android_adb", O_RDWR);
63 fd = unix_open("/dev/android", O_RDWR);
127 fd = unix_open("/dev/android_adb_enable", O_RDWR);
log_service.c 39 int logfd = unix_open(log_filepath, O_RDONLY);
remount_service.c 43 fd = unix_open("/proc/mtd", O_RDONLY);
services.c 281 ptm = unix_open("/dev/ptmx", O_RDWR); // | O_NOCTTY);
305 pts = unix_open(devname, O_RDWR);
383 ret = unix_open(name + 4, O_RDWR);
adb.c 646 fd = unix_open("/dev/null", O_RDONLY);
649 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640);
651 fd = unix_open("/dev/null", O_WRONLY);
681 fd = unix_open(path, O_WRONLY | O_CREAT | O_TRUNC, 0640);
690 fd = unix_open("/dev/null", O_RDONLY);
usb_linux.c 172 if((fd = unix_open(devname, O_RDONLY)) < 0) {
575 usb->desc = unix_open(usb->fname, O_RDWR);
578 usb->desc = unix_open(usb->fname, O_RDONLY);
sysdeps.h 145 static __inline__ int unix_open(const char* path, int options,...) function
297 static __inline__ int unix_open(const char* path, int options,...) function
commandline.c 414 fd = unix_open("/dev/null", O_WRONLY);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 75 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
102 unix_open,
374 static errcode_t unix_open(const char *name, int flags, io_channel *channel) function

Completed in 701 milliseconds