Searched defs:IsDir (Results 1 – 13 of 13) sorted by relevance
32 func IsDir(path string) bool { func
46 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function111 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir() function134 bool IsDir() const { return S_ISDIR(mode); } in IsDir() function
41 bool IsDir; member
77 bool IsDir; member
178 bool IsDir(const CUpdatePair2 &up) const in IsDir() function
390 bool IsDir; member
750 bool CHashPair::IsDir() const in IsDir() function in NHash::CHashPair1661 bool IsDir; member
242 bool IsDir; member
57 bool IsDir; member
184 bool IsDir; member
902 bool IsDir; in run() local
374 bool IsDir; member in CFieldPrinter
323 bool IsDir; in setCurrentWorkingDirectory() local