Searched defs:IsDir (Results 1 – 10 of 10) sorted by relevance
18 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function51 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir() function
44 bool IsDir; member
103 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } in IsDir() function179 bool IsDir; member
152 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
239 bool IsDir; member
58 bool IsDir; member
179 bool IsDir; member
77 bool IsDir; member
874 bool IsDir; in run() local
369 bool IsDir; member in CFieldPrinter