Searched defs:fd_flags (Results 1 – 3 of 3) sorted by relevance
243 int fd_flags = fcntl(progress_fd_, F_GETFL, 0) | O_NONBLOCK; in PerformPartitionPostinstall() local
158 auto fd_flags = fcntl(fd, F_GETFD); in Publish() local
195 int fd_flags = fcntl(record->stdout_fd, F_GETFL, 0) | O_NONBLOCK; in ExecFlags() local