HomeSort by relevance Sort by last modified time
    Searched refs:IsAbsent (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 82 virtual bool IsAbsent(const Pathname& pathname);
win32filesystem.h 82 virtual bool IsAbsent(const Pathname& pathname);
fileutils.h 217 virtual bool IsAbsent(const Pathname& pathname) = 0;
358 static bool IsAbsent(const Pathname &pathname) {
359 return EnsureDefaultFilesystem()->IsAbsent(pathname);
pathutils.h 167 if (Filesystem::IsAbsent(path))
unixfilesystem.cc 316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
fileutils.cc 224 if (IsAbsent(path))
win32filesystem.cc 298 bool Win32Filesystem::IsAbsent(const Pathname& path) {

Completed in 61 milliseconds