/system/core/adb/ |
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);
|
log_service.c | 39 int logfd = unix_open(log_filepath, O_RDONLY);
|
remount_service.c | 43 fd = unix_open("/proc/mounts", O_RDONLY);
|
services.c | 280 ptm = unix_open("/dev/ptmx", O_RDWR); // | O_NOCTTY); 306 pts = unix_open(devname, O_RDWR); 455 ret = unix_open(name + 4, O_RDWR);
|
adb.c | 638 fd = unix_open("/dev/null", O_RDONLY); 642 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640); 644 fd = unix_open("/dev/null", O_WRONLY); 675 fd = unix_open(path, O_WRONLY | O_CREAT | O_TRUNC, 0640); 685 fd = unix_open("/dev/null", O_RDONLY); [all...] |
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 | 146 static __inline__ int unix_open(const char* path, int options,...) function 305 static __inline__ int unix_open(const char* path, int options,...) function
|
commandline.c | 381 fd = unix_open("/dev/null", O_WRONLY); [all...] |
/external/e2fsprogs/lib/ext2fs/ |
unix_io.c | 86 static errcode_t unix_open(const char *name, int flags, io_channel *channel); 118 unix_open, 412 static errcode_t unix_open(const char *name, int flags, io_channel *channel) function
|