Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp144 const int fd_flags; member in FileDescriptorInfo
153 int fd_flags, int fs_flags, off_t offset);
230 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)); in CreateFromFd() local
231 if (fd_flags == -1) { in CreateFromFd()
269 return new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset); in CreateFromFd()
300 if (TEMP_FAILURE_RETRY(fcntl(new_fd, F_SETFD, fd_flags)) == -1) { in ReopenOrDetach()
304 fd_flags, in ReopenOrDetach()
348 fd_flags(0), in FileDescriptorInfo()
355 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo() argument
361 fd_flags(fd_flags), in FileDescriptorInfo()