Searched refs:IsFile (Results 1 – 18 of 18) sorted by relevance
40 EXPECT_TRUE(Filesystem::IsFile(path)); in TEST()49 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()58 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()95 EXPECT_FALSE(Filesystem::IsFile(path)); in TEST()
168 if (IsFile(old_path)) { in MoveFileOrFolder()184 if (IsFile(old_path)) in CopyFileOrFolder()194 virtual bool IsFile(const Pathname& pathname) = 0;335 static bool IsFile(const Pathname &pathname) { in IsFile() function336 return EnsureDefaultFilesystem()->IsFile(pathname); in IsFile()
184 if (!IsFile(filename)) { in DeleteFile()185 ASSERT(IsFile(filename)); in DeleteFile()233 if (!IsFile(old_path)) { in MoveFile()234 ASSERT(IsFile(old_path)); in MoveFile()274 bool Win32Filesystem::IsFile(const Pathname &path) { in IsFile() function in rtc::Win32Filesystem
154 if (!IsFile(filename)) { in DeleteFile()155 ASSERT(IsFile(filename)); in DeleteFile()224 if (!IsFile(old_path)) { in MoveFile()225 ASSERT(IsFile(old_path)); in MoveFile()315 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile() function in rtc::UnixFilesystem
61 virtual bool IsFile(const Pathname &path);
286 if (Filesystem::IsFile(file_to_delete)) { in RotateFiles()294 if (Filesystem::IsFile(unrotated_name)) { in RotateFiles()
82 bool IsFile(const Pathname& pathname) override;
142 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F()147 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i))); in TEST_F()
193 bool IsFile(const Pathname &pathname) { in IsFile() function
268 if (!Filesystem::IsFile(pathname)) { in DirectoryIterator()
77 bool IsFile(const string& filename) { in IsFile() function88 if (!result || !IsFile(result)) { in GetEnvironmentVariableFileName()114 if (!IsFile(result)) { in GetWellKnownFileName()
31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { in InjectFileOrDirectory() argument37 Data.IsDirectory = !IsFile; in InjectFileOrDirectory()
26 bool IsFile(const std::string &Path) { in IsFile() function
264 if (!IsFile(Path)) in AllInputsAreFiles()
85 bool IsFile(const std::string &Path);
148 if (entry.InitCheck() == B_OK && !entry.IsFile()) in AddPath()
168 if (rtc::Filesystem::IsFile(name)) { in GetFakeVideoCaptureDevice()
1743 bool IsFile = in getStyle() local1745 if (!IsFile) { in getStyle()1751 IsFile = Status && in getStyle()1755 if (IsFile) { in getStyle()