Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpathconf.cpp103 case _PC_ALLOC_SIZE_MIN: /* fall through */ in __pathconf()
/bionic/libc/include/
Dunistd.h63 #define _PC_ALLOC_SIZE_MIN 8 macro
/bionic/tests/
Dunistd_test.cpp512 rc = pathconf(tf.filename, _PC_ALLOC_SIZE_MIN); in TEST()
519 rc = fpathconf(tf.fd, _PC_ALLOC_SIZE_MIN); in TEST()