Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsysconf.h55 #define _SC_2_FORT_DEV 0x0011 macro
/bionic/libc/bionic/
Dsysconf.cpp78 case _SC_2_FORT_DEV: return -1; in sysconf()
/bionic/tests/
Dunistd_test.cpp683 VERIFY_SYSCONF_NOT_SUPPORT(_SC_2_FORT_DEV); in TEST()