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

  /external/chromium/third_party/libjingle/source/talk/base/
fileutils.h 217 virtual bool IsAbsent(const Pathname& pathname) = 0;
358 static bool IsAbsent(const Pathname &pathname) {
359 return EnsureDefaultFilesystem()->IsAbsent(pathname);
unixfilesystem.cc 316 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
483 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
win32filesystem.cc 298 bool Win32Filesystem::IsAbsent(const Pathname& path) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h 219 virtual bool IsAbsent(const Pathname& pathname) = 0;
360 static bool IsAbsent(const Pathname &pathname) {
361 return EnsureDefaultFilesystem()->IsAbsent(pathname);
fileutils_mock.h 214 bool IsAbsent(const Pathname &pathname) {
unixfilesystem.cc 314 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
497 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
win32filesystem.cc 298 bool Win32Filesystem::IsAbsent(const Pathname& path) {

Completed in 53 milliseconds