Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h95 #define _SC_FSYNC 0x003a macro
/bionic/libc/bionic/
Dsysconf.cpp123 case _SC_FSYNC: return _POSIX_FSYNC; in sysconf()
/bionic/tests/
Dunistd_test.cpp865 VERIFY_SYSCONF_POSIX_VERSION(_SC_FSYNC); in TEST()