Searched refs:MY_LIN_S_IFDIR (Results 1 – 2 of 2) sorted by relevance
23 #define MY_LIN_S_IFDIR 0040000 macro29 #define MY_LIN_S_ISDIR(m) (((m) & MY_LIN_S_IFMT) == MY_LIN_S_IFDIR)
53 UInt32 v = IsDir(attrib) ? MY_LIN_S_IFDIR : MY_LIN_S_IFREG; in Get_PosixMode_From_WinAttrib()