Home | History | Annotate | Download | only in simple

Lines Matching defs:cache_path

163   const base::FilePath cache_path = cache_dir.path();
165 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
166 WrappedSimpleIndexFile simple_index_file(cache_path);
175 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
182 EXPECT_TRUE(base::TouchFile(cache_path, past_time, past_time));
183 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
269 const base::FilePath cache_path = cache_dir.path();
272 base::File file(cache_path.AppendASCII("index"),
287 cache_path.AppendASCII("the-real-index");
294 ASSERT_TRUE(disk_cache::UpgradeSimpleCacheOnDisk(cache_path));
301 new disk_cache::SimpleBackendImpl(cache_path,
325 cache_path.AppendASCII("index-dir").AppendASCII("the-real-index");