Searched refs:newflags (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DIOUtil.c77 int newflags = blocking ? (flags & ~O_NONBLOCK) : (flags | O_NONBLOCK); local
79 return (flags == newflags) ? 0 : fcntl(fd, F_SETFL, newflags);

Completed in 590 milliseconds