Home
last modified time | relevance | path

Searched refs:IsAbsent (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/base/
Dfileutils.h198 virtual bool IsAbsent(const Pathname& pathname) = 0;
339 static bool IsAbsent(const Pathname &pathname) { in IsAbsent() function
340 return EnsureDefaultFilesystem()->IsAbsent(pathname); in IsAbsent()
Dwin32filesystem.h65 virtual bool IsAbsent(const Pathname& pathname);
Dunixfilesystem.h86 bool IsAbsent(const Pathname& pathname) override;
Dpathutils.h152 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
Dfileutils_unittest.cc102 EXPECT_TRUE(Filesystem::IsAbsent(path)); in TEST()
Dunixfilesystem.cc322 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent() function in rtc::UnixFilesystem
516 while (!existing_path.folder().empty() && IsAbsent(existing_path)) { in GetDiskFreeSpace()
Dfileutils_mock.h197 bool IsAbsent(const Pathname &pathname) { in IsAbsent() function
Dfileutils.cc224 if (IsAbsent(path)) in DirectoryIterator()
Dwin32filesystem.cc282 bool Win32Filesystem::IsAbsent(const Pathname& path) { in IsAbsent() function in rtc::Win32Filesystem