Searched refs:GetIndexFilePath (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc84 const base::FilePath& GetIndexFilePath() const { function in class:disk_cache::WrappedSimpleIndexFile
167 const base::FilePath& index_path = simple_index_file.GetIndexFilePath();
213 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
218 ASSERT_TRUE(simple_util::GetMTime(simple_index_file.GetIndexFilePath(),
226 EXPECT_TRUE(base::PathExists(simple_index_file.GetIndexFilePath()));
242 const base::FilePath& index_path = simple_index_file.GetIndexFilePath();
248 ASSERT_TRUE(simple_util::GetMTime(simple_index_file.GetIndexFilePath(),

Completed in 122 milliseconds