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

  /bionic/libc/bionic/
pathconf.cpp 104 case _PC_REC_XFER_ALIGN:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
confname.h 62 _PC_REC_XFER_ALIGN,
63 #define _PC_REC_XFER_ALIGN _PC_REC_XFER_ALIGN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
confname.h 62 _PC_REC_XFER_ALIGN,
63 #define _PC_REC_XFER_ALIGN _PC_REC_XFER_ALIGN
  /bionic/libc/include/
unistd.h 68 #define _PC_REC_XFER_ALIGN 12
  /bionic/tests/headers/posix/
unistd_h.c 152 MACRO(_PC_REC_XFER_ALIGN);
  /bionic/tests/
unistd_test.cpp 678 rc = pathconf(tf.filename, _PC_REC_XFER_ALIGN);
685 rc = fpathconf(tf.fd, _PC_REC_XFER_ALIGN);
    [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 228 milliseconds