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

  /external/chromium_org/base/
path_service_unittest.cc 176 base::FilePath non_existent(
177 base::MakeAbsoluteFilePath(temp_dir.path()).AppendASCII("non_existent"));
178 EXPECT_TRUE(non_existent.IsAbsolute());
179 EXPECT_FALSE(base::PathExists(non_existent));
185 non_existent,
189 // This works because indicating that |non_existent| is absolute skips the
192 non_existent,
196 EXPECT_FALSE(base::PathExists(non_existent));
199 EXPECT_EQ(non_existent, path);
file_util_unittest.cc 626 FilePath non_existent = temp_dir_.path().AppendASCII("bogus_file_dne.foobar"); local
627 ASSERT_FALSE(PathExists(non_existent));
629 EXPECT_TRUE(DeleteFile(non_existent, false));
630 ASSERT_FALSE(PathExists(non_existent));
631 EXPECT_TRUE(DeleteFile(non_existent, true));
632 ASSERT_FALSE(PathExists(non_existent));
636 FilePath non_existent = temp_dir_.path().AppendASCII("bogus_topdir"); local
637 non_existent = non_existent.AppendASCII("bogus_subdir");
638 ASSERT_FALSE(PathExists(non_existent));
688 FilePath non_existent = temp_dir_.path().Append(FPL("Test DeleteFile 3.txt")); local
    [all...]
  /external/libunwind/src/coredump/
_UCD_internal.h 82 #define PRSTATUS_STRUCT non_existent

Completed in 229 milliseconds