Searched refs:IsAbsent (Results 1 – 9 of 9) sorted by relevance
198 virtual bool IsAbsent(const Pathname& pathname) = 0;339 static bool IsAbsent(const Pathname &pathname) { in IsAbsent() function340 return EnsureDefaultFilesystem()->IsAbsent(pathname); in IsAbsent()
65 virtual bool IsAbsent(const Pathname& pathname);
86 bool IsAbsent(const Pathname& pathname) override;
152 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
102 EXPECT_TRUE(Filesystem::IsAbsent(path)); in TEST()
322 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent() function in rtc::UnixFilesystem516 while (!existing_path.folder().empty() && IsAbsent(existing_path)) { in GetDiskFreeSpace()
197 bool IsAbsent(const Pathname &pathname) { in IsAbsent() function
224 if (IsAbsent(path)) in DirectoryIterator()
282 bool Win32Filesystem::IsAbsent(const Pathname& path) { in IsAbsent() function in rtc::Win32Filesystem