HomeSort by relevance Sort by last modified time
    Searched refs:_PC_REC_XFER_ALIGN (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
pathconf.cpp 104 case _PC_REC_XFER_ALIGN:
  /bionic/libc/include/
unistd.h 67 #define _PC_REC_XFER_ALIGN 12
  /bionic/tests/headers/posix/
unistd_h.c 152 MACRO(_PC_REC_XFER_ALIGN);
  /bionic/tests/
unistd_test.cpp 716 rc = pathconf(tf.path, _PC_REC_XFER_ALIGN);
723 rc = fpathconf(tf.fd, _PC_REC_XFER_ALIGN);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 139 milliseconds