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

  /external/chromium_org/third_party/libjingle/source/talk/base/
filelock_unittest.cc 78 EXPECT_FALSE(Filesystem::IsAbsent(temp_file_.pathname()));
80 EXPECT_TRUE(Filesystem::IsAbsent(temp_file_.pathname()));
unixfilesystem.h 99 virtual bool IsAbsent(const Pathname& pathname);
win32filesystem.h 82 virtual bool IsAbsent(const Pathname& pathname);
fileutils.h 219 virtual bool IsAbsent(const Pathname& pathname) = 0;
360 static bool IsAbsent(const Pathname &pathname) {
361 return EnsureDefaultFilesystem()->IsAbsent(pathname);
fileutils_unittest.cc 119 EXPECT_TRUE(Filesystem::IsAbsent(path));
pathutils.h 167 if (Filesystem::IsAbsent(path))
unixfilesystem.cc 314 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
497 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
fileutils.cc 237 if (IsAbsent(path))
fileutils_mock.h 214 bool IsAbsent(const Pathname &pathname) {
win32filesystem.cc 298 bool Win32Filesystem::IsAbsent(const Pathname& path) {
  /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 468 milliseconds