Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dfile_stream.cc129 fd_set error_fds; in WaitForDataBlocking() local
133 FD_ZERO(&error_fds); in WaitForDataBlocking()
141 FD_SET(fd_, &error_fds); in WaitForDataBlocking()
147 int res = HANDLE_EINTR(select(fd_ + 1, &read_fds, &write_fds, &error_fds, in WaitForDataBlocking()