Home
last modified time | relevance | path

Searched defs:IsAbsent (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc298 bool Win32Filesystem::IsAbsent(const Pathname& path) { in IsAbsent() function in talk_base::Win32Filesystem
Dunixfilesystem.cc316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent() function in talk_base::UnixFilesystem
Dfileutils.h358 static bool IsAbsent(const Pathname &pathname) { in IsAbsent() function