Home
last modified time | relevance | path

Searched refs:LegacyIsIndexFileStale (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_file_unittest.cc177 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 Dsimple_index_file.cc420 if (LegacyIsIndexFileStale(file_operations.get(), latest_dir_mtime, in SyncLoadIndexEntries()
625 bool SimpleIndexFile::LegacyIsIndexFileStale( in LegacyIsIndexFileStale() function in disk_cache::SimpleIndexFile
H A Dsimple_index_file.h193 static bool LegacyIsIndexFileStale(BackendFileOperations* file_operations,