Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h96 #define _SC_MAPPED_FILES 0x003b macro
/bionic/libc/bionic/
Dsysconf.cpp124 case _SC_MAPPED_FILES: return _POSIX_MAPPED_FILES; in sysconf()
/bionic/tests/
Dunistd_test.cpp866 VERIFY_SYSCONF_POSIX_VERSION(_SC_MAPPED_FILES); in TEST()