Searched defs:IsAbsent (Results 1 - 7 of 7) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { function in class:talk_base::UnixFilesystem
483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
H A Dwin32filesystem.cc298 bool Win32Filesystem::IsAbsent(const Pathname& path) { function in class:talk_base::Win32Filesystem
H A Dfileutils.h217 virtual bool IsAbsent(const Pathname& pathname) = 0;
358 static bool IsAbsent(const Pathname &pathname) { function in class:talk_base::Filesystem
359 return EnsureDefaultFilesystem()->IsAbsent(pathname);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.cc314 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { function in class:talk_base::UnixFilesystem
497 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
H A Dwin32filesystem.cc298 bool Win32Filesystem::IsAbsent(const Pathname& path) { function in class:talk_base::Win32Filesystem
H A Dfileutils.h219 virtual bool IsAbsent(const Pathname& pathname) = 0;
360 static bool IsAbsent(const Pathname &pathname) { function in class:talk_base::Filesystem
361 return EnsureDefaultFilesystem()->IsAbsent(pathname);
H A Dfileutils_mock.h214 bool IsAbsent(const Pathname &pathname) { function in class:talk_base::FakeFileSystem

Completed in 146 milliseconds