Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpathconf.cpp104 case _PC_REC_XFER_ALIGN: in __pathconf()
/bionic/tests/
Dunistd_test.cpp529 rc = pathconf(tf.filename, _PC_REC_XFER_ALIGN); in TEST()
536 rc = fpathconf(tf.fd, _PC_REC_XFER_ALIGN); in TEST()
/bionic/libc/include/
Dunistd.h68 #define _PC_REC_XFER_ALIGN 12 macro