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

  /system/core/adb/
sysdeps_win32_test.cpp 77 int conin_fd = unix_open("CONIN$", O_RDONLY);
78 int conout_fd = unix_open("CONOUT$", O_RDWR);
87 int nul_fd = unix_open("nul", flags);
98 int temp_file_ro_fd = unix_open(temp_file.path, O_RDONLY);
adb_trace.cpp 70 int fd = unix_open(get_log_file_name().c_str(),
remount_service.cpp 74 int fd = unix_open(dev.c_str(), O_RDONLY | O_CLOEXEC);
sysdeps.h 156 // See the comments for the !defined(_WIN32) version of unix_open().
157 extern int unix_open(const char* path, int options, ...);
164 // |fd| must be a real file descriptor, meaning STDxx_FILENO or unix_open() FDs
379 static __inline__ int unix_open(const char* path, int options,...)
430 // not designed to take a file descriptor from unix_open(). See the comments
551 // Operate on a file descriptor returned from unix_open() or a well-known file
adb_utils.cpp 58 int fd = unix_open(kNullFileName, O_RDONLY);
services.cpp 282 ret = unix_open(name + 4, O_RDWR | O_CLOEXEC);
sysdeps_win32.cpp 2151 int unix_open(const char* path, int options, ...) { function
    [all...]
  /system/core/adb/client/
main.cpp 43 int fd = unix_open(log_file_path.c_str(), O_WRONLY | O_CREAT | O_APPEND, 0640);
usb_linux.cpp 158 int fd = unix_open(dev_name.c_str(), O_RDONLY | O_CLOEXEC);
537 usb->fd = unix_open(usb->path.c_str(), O_RDWR | O_CLOEXEC);
540 usb->fd = unix_open(usb->path.c_str(), O_RDONLY | O_CLOEXEC);
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 662 static errcode_t unix_open(const char *name, int flags, function
1110 .open = unix_open,

Completed in 85 milliseconds