Searched refs:IsAbsent (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dfilelock_unittest.cc62 EXPECT_FALSE(Filesystem::IsAbsent(temp_file_.pathname()));
64 EXPECT_TRUE(Filesystem::IsAbsent(temp_file_.pathname()));
H A Dwin32filesystem.h65 virtual bool IsAbsent(const Pathname& pathname);
H A Dunixfilesystem.h86 virtual bool IsAbsent(const Pathname& pathname);
H A Dfileutils.h202 virtual bool IsAbsent(const Pathname& pathname) = 0;
343 static bool IsAbsent(const Pathname &pathname) { function in class:rtc::Filesystem
344 return EnsureDefaultFilesystem()->IsAbsent(pathname);
H A Dfileutils_unittest.cc102 EXPECT_TRUE(Filesystem::IsAbsent(path));
H A Dpathutils.h150 if (Filesystem::IsAbsent(path))
H A Dunixfilesystem.cc321 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { function in class:rtc::UnixFilesystem
514 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
H A Dfileutils.cc215 if (IsAbsent(path))
H A Dfileutils_mock.h197 bool IsAbsent(const Pathname &pathname) { function in class:rtc::FakeFileSystem
H A Dwin32filesystem.cc281 bool Win32Filesystem::IsAbsent(const Pathname& path) { function in class:rtc::Win32Filesystem

Completed in 100 milliseconds