Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h51 #define _POSIX_FSYNC _POSIX_VERSION /* fsync. */ macro
/bionic/libc/bionic/
Dsysconf.cpp130 case _SC_FSYNC: return _POSIX_FSYNC; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c44 MACRO(_POSIX_FSYNC); in unistd_h()
/bionic/tests/
Dunistd_test.cpp762 EXPECT_EQ(_POSIX_VERSION, _POSIX_FSYNC); in TEST()