Searched refs:unix_open (Results 1 – 9 of 9) sorted by relevance
/system/core/adb/ |
D | sysdeps_win32_test.cpp | 77 int conin_fd = unix_open("CONIN$", O_RDONLY); in TEST() 78 int conout_fd = unix_open("CONOUT$", O_RDWR); in TEST() 87 int nul_fd = unix_open("nul", flags); in TEST() 98 int temp_file_ro_fd = unix_open(temp_file.path, O_RDONLY); in TEST()
|
D | remount_service.cpp | 74 int fd = unix_open(dev.c_str(), O_RDONLY | O_CLOEXEC); in make_block_device_writable()
|
D | adb_trace.cpp | 66 int fd = unix_open(get_log_file_name().c_str(), in start_device_log()
|
D | adb_utils.cpp | 58 int fd = unix_open(kNullFileName, O_RDONLY); in close_stdin()
|
D | sysdeps.h | 236 extern int unix_open(const char* path, int options, ...); 464 static __inline__ int unix_open(const char* path, int options,...) in unix_open() function
|
D | services.cpp | 285 ret = unix_open(name + 4, O_RDWR | O_CLOEXEC); in service_to_fd()
|
D | sysdeps_win32.cpp | 2179 int unix_open(const char* path, int options, ...) { in unix_open() function
|
/system/core/adb/client/ |
D | usb_linux.cpp | 156 int fd = unix_open(dev_name.c_str(), O_RDONLY | O_CLOEXEC); in find_usb_device() 534 usb->fd = unix_open(usb->path.c_str(), O_RDWR | O_CLOEXEC); in register_device() 537 usb->fd = unix_open(usb->path.c_str(), O_RDONLY | O_CLOEXEC); in register_device()
|
D | main.cpp | 70 int fd = unix_open(log_file_path.c_str(), O_WRONLY | O_CREAT | O_APPEND, 0640); in setup_daemon_logging()
|