Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileDispatcherImpl.c152 int getfl = fcntl(fd, F_GETFL); in FileDispatcherImpl_force0() local
153 if (getfl >= 0 && (getfl & O_ACCMODE) == O_RDONLY) { in FileDispatcherImpl_force0()