Searched refs:LegacyIsIndexFileStale (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/simple/ |
H A D | simple_index_file_unittest.cc | 177 static bool LegacyIsIndexFileStale(base::Time cache_last_modified, in LegacyIsIndexFileStale() function in disk_cache::WrappedSimpleIndexFile 180 return SimpleIndexFile::LegacyIsIndexFileStale(&ops, cache_last_modified, in LegacyIsIndexFileStale() 420 TEST_F(SimpleIndexFileTest, LegacyIsIndexFileStale) { in TEST_F() argument 433 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F() 439 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F() 447 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F() 451 WrappedSimpleIndexFile::LegacyIsIndexFileStale(cache_mtime, index_path)); in TEST_F() 510 EXPECT_FALSE(WrappedSimpleIndexFile::LegacyIsIndexFileStale(fake_cache_mtime, in TEST_F() 540 EXPECT_FALSE(WrappedSimpleIndexFile::LegacyIsIndexFileStale(fake_cache_mtime, in TEST_F()
|
H A D | simple_index_file.cc | 420 if (LegacyIsIndexFileStale(file_operations.get(), latest_dir_mtime, in SyncLoadIndexEntries() 625 bool SimpleIndexFile::LegacyIsIndexFileStale( in LegacyIsIndexFileStale() function in disk_cache::SimpleIndexFile
|
H A D | simple_index_file.h | 193 static bool LegacyIsIndexFileStale(BackendFileOperations* file_operations,
|