Searched defs:fd_flags (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | dma-heap.h | 28 __u32 fd_flags; member
|
/aosp12/frameworks/base/core/jni/ |
H A D | fd_utils.cpp | 181 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 D | postinstall_runner_action.cc | 243 int fd_flags = fcntl(progress_fd_, F_GETFL, 0) | O_NONBLOCK; in PerformPartitionPostinstall() local
|
/aosp12/system/core/init/ |
H A D | service_utils.cpp | 158 auto fd_flags = fcntl(fd, F_GETFD); in Publish() local
|
/aosp12/system/update_engine/common/ |
H A D | subprocess.cc | 195 int fd_flags = fcntl(record->stdout_fd, F_GETFL, 0) | O_NONBLOCK; in ExecFlags() local
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 277 int fd_flags = fcntl(fd, F_GETFL, 0); in fdopen() local
|