Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h154 #define _SC_MAPPED_FILES 0x003b macro
/bionic/libc/bionic/
Dsysconf.cpp253 case _SC_MAPPED_FILES: return _POSIX_MAPPED_FILES; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c215 MACRO(_SC_MAPPED_FILES); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1037 VERIFY_SYSCONF_POSIX_VERSION(_SC_MAPPED_FILES); in TEST()