Home
last modified time | relevance | path

Searched refs:HAVE_FSTAT (Results 1 – 8 of 8) sorted by relevance

/external/f2fs-tools/include/
Dandroid_config.h30 #define HAVE_FSTAT 1 macro
67 #define HAVE_FSTAT 1 macro
/external/tensorflow/third_party/nasm/
Dconfig.h179 #define HAVE_FSTAT 1 macro
/external/python/cpython2/Modules/_io/
Dfileio.c147 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
169 #if defined(HAVE_FSTAT) in check_fd()
542 #ifdef HAVE_FSTAT in new_buffersize()
/external/python/cpython2/Include/
Dpyport.h378 #define HAVE_FSTAT macro
/external/python/cpython2/Modules/
Dmmapmodule.c1080 #ifdef HAVE_FSTAT in new_mmap_object()
1148 #ifdef HAVE_FSTAT in new_mmap_object()
Dposixmodule.c6918 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in posix_fdopen()
/external/python/cpython2/Python/
Dmarshal.c1124 #ifdef HAVE_FSTAT
1148 #ifdef HAVE_FSTAT in PyMarshal_ReadLastObjectFromFile()
/external/python/cpython2/Objects/
Dfileobject.c122 #if defined(HAVE_FSTAT) && defined(S_IFDIR) && defined(EISDIR) in dircheck()
1014 #ifdef HAVE_FSTAT in new_buffersize()