HomeSort by relevance Sort by last modified time
    Searched defs:_S_IFDIR (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 61 #define _S_IFDIR 0x4000
136 #define S_IFDIR _S_IFDIR
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 99 #define _S_IFDIR 0x00004000 ///< directory
125 #define S_IFDIR _S_IFDIR
135 #define S_ISDIR(m) ((m & _S_IFMT) == _S_IFDIR) ///< directory

Completed in 80 milliseconds