Searched refs:IsFolder (Results 1 – 11 of 11) sorted by relevance
140 if (IsFolder(path)) in DeleteFileOrFolder()191 virtual bool IsFolder(const Pathname& pathname) = 0;331 static bool IsFolder(const Pathname& pathname) { in IsFolder() function332 return EnsureDefaultFilesystem()->IsFolder(pathname); in IsFolder()
164 if (!IsFolder(folder)) { in DeleteEmptyFolder()165 ASSERT(IsFolder(folder)); in DeleteEmptyFolder()243 if (!IsFolder(old_path)) { in MoveFolder()244 ASSERT(IsFolder(old_path)); in MoveFolder()260 bool UnixFilesystem::IsFolder(const Pathname &path) { in IsFolder() function in rtc::UnixFilesystem
94 EXPECT_TRUE(Filesystem::IsFolder(path)); in TEST()101 EXPECT_FALSE(Filesystem::IsFolder(path)); in TEST()
159 VERIFY(IsFolder(old_path)); in DirectoryIterator()189 VERIFY(IsFolder(folder)); in DirectoryIterator()
245 if (!IsFolder(old_path)) { in MoveFolder()246 ASSERT(IsFolder(old_path)); in MoveFolder()265 bool Win32Filesystem::IsFolder(const Pathname &path) { in IsFolder() function in rtc::Win32Filesystem
58 virtual bool IsFolder(const Pathname& pathname);
76 bool IsFolder(const Pathname& pathname) override;
42 if (dir_path_.size() && Filesystem::IsFolder(dir_path_) && in TearDown()201 if (dir_path_.size() && Filesystem::IsFolder(dir_path_) && in TearDown()
189 bool IsFolder(const Pathname &pathname) { in IsFolder() function
58 RTC_DCHECK(Filesystem::IsFolder(dir_path)); in FileRotatingStream()
447 if (rtc::Filesystem::IsFolder(potential_parallel_dir)) { in GetSiblingDirectory()