Searched defs:IsFile (Results 1 – 9 of 9) sorted by relevance
30 bool IsFile() const { return file_type_ == SYNC_FILE_TYPE_FILE; } in IsFile() function
66 def IsFile(self, path): member in DAVClientWrapper
39 bool IsFile() const { return file_type_ == FILE_TYPE_FILE; } in IsFile() function
30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
273 bool Win32Filesystem::IsFile(const Pathname &path) { in IsFile() function in rtc::Win32Filesystem
193 bool IsFile(const Pathname &pathname) { in IsFile() function
314 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile() function in rtc::UnixFilesystem
339 static bool IsFile(const Pathname &pathname) { in IsFile() function
2072 bool IsFile = false; in getStyle() local