Searched refs:IsAbsent (Results 1 – 7 of 7) sorted by relevance
217 virtual bool IsAbsent(const Pathname& pathname) = 0;358 static bool IsAbsent(const Pathname &pathname) { in IsAbsent() function359 return EnsureDefaultFilesystem()->IsAbsent(pathname); in IsAbsent()
82 virtual bool IsAbsent(const Pathname& pathname);
167 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent() function in talk_base::UnixFilesystem483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) { in GetDiskFreeSpace()
224 if (IsAbsent(path)) in DirectoryIterator()
298 bool Win32Filesystem::IsAbsent(const Pathname& path) { in IsAbsent() function in talk_base::Win32Filesystem