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

/bionic/libc/include/bits/
H A Dposix_limits.h55 #define _POSIX_MAPPED_FILES 200809L /* mmap-ed files supported */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h55 #define _POSIX_MAPPED_FILES 200809L /* mmap-ed files supported */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp124 case _SC_MAPPED_FILES: return _POSIX_MAPPED_FILES;
/bionic/tests/
H A Dunistd_test.cpp703 EXPECT_EQ(_POSIX_VERSION, _POSIX_MAPPED_FILES);

Completed in 98 milliseconds