Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dfd_utils.cpp193 const int fd_flags; member in FileDescriptorInfo
204 int fd_flags, int fs_flags, off_t offset);
285 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)); in CreateFromFd() local
286 if (fd_flags == -1) { in CreateFromFd()
323 new FileDescriptorInfo(f_stat, file_path, fd, open_flags, fd_flags, fs_flags, offset)); in CreateFromFd()
358 if (TEMP_FAILURE_RETRY(fcntl(new_fd, F_SETFD, fd_flags)) == -1) { in ReopenOrDetach()
362 fd_flags, in ReopenOrDetach()
384 int dup_flags = (fd_flags & FD_CLOEXEC) ? O_CLOEXEC : 0; in ReopenOrDetach()
402 fd_flags(0), in FileDescriptorInfo()
409 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo() argument
[all …]