Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/linux/
H A Ddma-heap.h28 __u32 fd_flags; member
/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp181 const int fd_flags; member in FileDescriptorInfo
273 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)); in CreateFromFd() local
396 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo()
/aosp12/system/update_engine/payload_consumer/
H A Dpostinstall_runner_action.cc243 int fd_flags = fcntl(progress_fd_, F_GETFL, 0) | O_NONBLOCK; in PerformPartitionPostinstall() local
/aosp12/system/core/init/
H A Dservice_utils.cpp158 auto fd_flags = fcntl(fd, F_GETFD); in Publish() local
/aosp12/system/update_engine/common/
H A Dsubprocess.cc195 int fd_flags = fcntl(record->stdout_fd, F_GETFL, 0) | O_NONBLOCK; in ExecFlags() local
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp277 int fd_flags = fcntl(fd, F_GETFL, 0); in fdopen() local