Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyLinux.h29 #define MY_LIN_S_ISDIR(m) (((m) & MY_LIN_S_IFMT) == MY_LIN_S_IFDIR) macro
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h326 Attrib = MY_LIN_S_ISDIR(a) ? in SetFromPosixAttrib()