Searched refs:IsFile (Results 1 – 7 of 7) sorted by relevance
187 if (IsFile(old_path)) { in MoveFileOrFolder()203 if (IsFile(old_path)) in CopyFileOrFolder()213 virtual bool IsFile(const Pathname& pathname) = 0;354 static bool IsFile(const Pathname &pathname) { in IsFile() function355 return EnsureDefaultFilesystem()->IsFile(pathname); in IsFile()
153 if (!IsFile(filename)) { in DeleteFile()154 ASSERT(IsFile(filename)); in DeleteFile()222 if (!IsFile(old_path)) { in MoveFile()223 ASSERT(IsFile(old_path)); in MoveFile()309 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile() function in talk_base::UnixFilesystem
200 if (!IsFile(filename)) { in DeleteFile()201 ASSERT(IsFile(filename)); in DeleteFile()249 if (!IsFile(old_path)) { in MoveFile()250 ASSERT(IsFile(old_path)); in MoveFile()290 bool Win32Filesystem::IsFile(const Pathname &path) { in IsFile() function in talk_base::Win32Filesystem
78 virtual bool IsFile(const Pathname &path);
78 virtual bool IsFile(const Pathname& pathname);
268 if (!Filesystem::IsFile(pathname)) { in DirectoryIterator()
30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument37 statBuf.st_mode = IsFile ? (0777 | S_IFREG) // a regular file in InjectFileOrDirectory()