Home
last modified time | relevance | path

Searched refs:MY_LIN_S_IFDIR (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/Common/
DMyLinux.h23 #define MY_LIN_S_IFDIR 0040000 macro
29 #define MY_LIN_S_ISDIR(m) (((m) & MY_LIN_S_IFMT) == MY_LIN_S_IFDIR)
/third_party/lzma/CPP/Windows/
DFileFind.h53 UInt32 v = IsDir(attrib) ? MY_LIN_S_IFDIR : MY_LIN_S_IFREG; in Get_PosixMode_From_WinAttrib()