Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dfileutils.h217 virtual bool IsAbsent(const Pathname& pathname) = 0;
358 static bool IsAbsent(const Pathname &pathname) { in IsAbsent() function
359 return EnsureDefaultFilesystem()->IsAbsent(pathname); in IsAbsent()
Dwin32filesystem.h82 virtual bool IsAbsent(const Pathname& pathname);
Dunixfilesystem.h82 virtual bool IsAbsent(const Pathname& pathname);
Dpathutils.h167 if (Filesystem::IsAbsent(path)) in CleanupTemporaryFolder()
Dunixfilesystem.cc316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent() function in talk_base::UnixFilesystem
483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) { in GetDiskFreeSpace()
Dfileutils.cc224 if (IsAbsent(path)) in DirectoryIterator()
Dwin32filesystem.cc298 bool Win32Filesystem::IsAbsent(const Pathname& path) { in IsAbsent() function in talk_base::Win32Filesystem