Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyLinux.h21 #define MY_LIN_S_IFREG 0100000 macro
28 #define MY_LIN_S_ISREG(m) (((m) & MY_LIN_S_IFMT) == MY_LIN_S_IFREG)
/third_party/lzma/CPP/Windows/
DFileFind.h53 UInt32 v = IsDir(attrib) ? MY_LIN_S_IFDIR : MY_LIN_S_IFREG; in Get_PosixMode_From_WinAttrib()