Home | History | Annotate | Download | only in libcutils

Lines Matching refs:flags

212     int flags;
213 if ((flags = fcntl(fd, F_GETFL, 0)) < 0) {
216 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) < 0) {