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

/libcore/ojluni/src/main/native/
H A DFileDispatcherImpl.c150 int getfl = fcntl(fd, F_GETFL); local
151 if (getfl >= 0 && (getfl & O_ACCMODE) == O_RDONLY) {

Completed in 26 milliseconds