Searched refs:open_flags (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dfd_utils.h86 const int open_flags; member in class:FileDescriptorInfo
95 FileDescriptorInfo(struct stat stat, const std::string& file_path, int fd, int open_flags,
H A Dfd_utils.cpp208 int open_flags = fs_flags & (kOpenFlags); local
211 return new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset);
232 const int new_fd = TEMP_FAILURE_RETRY(open(file_path.c_str(), open_flags));
235 PLOG(ERROR) << "Failed open(" << file_path << ", " << open_flags << ")"; local
271 open_flags(0),
279 int fd, int open_flags, int fd_flags, int fs_flags,
284 open_flags(open_flags),
278 FileDescriptorInfo(struct stat stat, const std::string& file_path, int fd, int open_flags, int fd_flags, int fs_flags, off_t offset) argument
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp64 int open_flags = O_RDWR; local
66 open_flags |= O_SYNC;
68 int fd = open(device, open_flags);

Completed in 98 milliseconds