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

  /external/chromium_org/third_party/webrtc/base/
filelock_unittest.cc 62 EXPECT_FALSE(Filesystem::IsAbsent(temp_file_.pathname()));
64 EXPECT_TRUE(Filesystem::IsAbsent(temp_file_.pathname()));
unixfilesystem.h 86 virtual bool IsAbsent(const Pathname& pathname);
win32filesystem.h 65 virtual bool IsAbsent(const Pathname& pathname);
fileutils.h 202 virtual bool IsAbsent(const Pathname& pathname) = 0;
343 static bool IsAbsent(const Pathname &pathname) {
344 return EnsureDefaultFilesystem()->IsAbsent(pathname);
fileutils_unittest.cc 102 EXPECT_TRUE(Filesystem::IsAbsent(path));
pathutils.h 150 if (Filesystem::IsAbsent(path))
unixfilesystem.cc 321 bool UnixFilesystem::IsAbsent(const Pathname& pathname) {
514 while (!existing_path.folder().empty() && IsAbsent(existing_path)) {
fileutils.cc 215 if (IsAbsent(path))
fileutils_mock.h 197 bool IsAbsent(const Pathname &pathname) {
win32filesystem.cc 281 bool Win32Filesystem::IsAbsent(const Pathname& path) {

Completed in 332 milliseconds