Searched defs:IsFile (Results 1 – 6 of 6) sorted by relevance
31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory()
274 bool Win32Filesystem::IsFile(const Pathname &path) { in IsFile() function in rtc::Win32Filesystem
193 bool IsFile(const Pathname &pathname) { in IsFile() function
335 static bool IsFile(const Pathname &pathname) { in IsFile() function
315 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile() function in rtc::UnixFilesystem
1992 bool IsFile = false; in getStyle() local