Home
last modified time | relevance | path

Searched refs:IsFolder (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils.h140 if (IsFolder(path)) in DeleteFileOrFolder()
191 virtual bool IsFolder(const Pathname& pathname) = 0;
331 static bool IsFolder(const Pathname& pathname) { in IsFolder() function
332 return EnsureDefaultFilesystem()->IsFolder(pathname); in IsFolder()
Dunixfilesystem.cc164 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
Dfileutils_unittest.cc94 EXPECT_TRUE(Filesystem::IsFolder(path)); in TEST()
101 EXPECT_FALSE(Filesystem::IsFolder(path)); in TEST()
Dfileutils.cc159 VERIFY(IsFolder(old_path)); in DirectoryIterator()
189 VERIFY(IsFolder(folder)); in DirectoryIterator()
Dwin32filesystem.cc245 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
Dwin32filesystem.h58 virtual bool IsFolder(const Pathname& pathname);
Dunixfilesystem.h76 bool IsFolder(const Pathname& pathname) override;
Dfilerotatingstream_unittest.cc42 if (dir_path_.size() && Filesystem::IsFolder(dir_path_) && in TearDown()
201 if (dir_path_.size() && Filesystem::IsFolder(dir_path_) && in TearDown()
Dfileutils_mock.h189 bool IsFolder(const Pathname &pathname) { in IsFolder() function
Dfilerotatingstream.cc58 RTC_DCHECK(Filesystem::IsFolder(dir_path)); in FileRotatingStream()
Dtestutils.h447 if (rtc::Filesystem::IsFolder(potential_parallel_dir)) { in GetSiblingDirectory()