Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h46 #define _POSIX_FSYNC 200809L /* fdatasync() supported */ macro
/bionic/libc/bionic/
Dsysconf.cpp115 case _SC_FSYNC: return _POSIX_FSYNC; in sysconf()
/bionic/tests/
Dunistd_test.cpp542 EXPECT_EQ(_POSIX_VERSION, _POSIX_FSYNC); in TEST()