Searched defs:IsDir (Results 1 – 13 of 13) sorted by relevance
32 func IsDir(path string) bool { func
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
74 static bool IsDir(DWORD FileAttrs) { in IsDir() function
902 bool IsDir; in run() local
369 bool IsDir; member in CFieldPrinter
323 bool IsDir; in setCurrentWorkingDirectory() local