Searched defs:IsFolder (Results 1 – 4 of 4) sorted by relevance
61 bool IsFolder() const { in IsFolder() function
281 bool Win32Filesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::Win32Filesystem
258 bool UnixFilesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::UnixFilesystem
350 static bool IsFolder(const Pathname& pathname) { in IsFolder() function