Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:EXPECT_FALSE

63   EXPECT_FALSE(base::PathExists(cache_dir_)); // old cache is gone
65 EXPECT_FALSE(base::PathExists(file1_));
66 EXPECT_FALSE(base::PathExists(file2_));
67 EXPECT_FALSE(base::PathExists(dir1_));
73 EXPECT_FALSE(base::PathExists(dir1_));
74 EXPECT_FALSE(base::PathExists(file1_));
75 EXPECT_FALSE(base::PathExists(file2_));
76 EXPECT_FALSE(base::PathExists(file3_));
81 EXPECT_FALSE(base::PathExists(cache_dir_)); // cache dir is gone
82 EXPECT_FALSE(base::PathExists(dir1_));
83 EXPECT_FALSE(base::PathExists(file1_));
84 EXPECT_FALSE(base::PathExists(file2_));
85 EXPECT_FALSE(base::PathExists(file3_));
90 EXPECT_FALSE(base::PathExists(file1_));