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

/frameworks/base/core/jni/
H A Dfd_utils-inl.h119 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)); local
120 if (fd_flags == -1) {
152 return new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset);
181 if (TEMP_FAILURE_RETRY(fcntl(new_fd, F_SETFD, fd_flags)) == -1) {
183 ALOGE("Failed fcntl(%d, F_SETFD, %x) : %s", new_fd, fd_flags, strerror(errno));
214 const int fd_flags; member in class:FileDescriptorInfo
224 fd_flags(0),
231 int fd_flags, int fs_flags, off_t offset) :
236 fd_flags(fd_flags),
230 FileDescriptorInfo(struct stat stat, const std::string& file_path, int fd, int open_flags, int fd_flags, int fs_flags, off_t offset) argument
[all...]

Completed in 394 milliseconds