Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_file_tracker.cc190 for (const std::unique_ptr<TrackedFiles>& file_with_same_hash : in Doom() local
193 std::max(max_doom_gen, file_with_same_hash->key.doom_generation); in Doom()
206 for (const std::unique_ptr<TrackedFiles>& file_with_same_hash : in Doom() local
208 if (file_with_same_hash->owner == owner) in Doom()
209 file_with_same_hash->key.doom_generation = new_doom_gen; in Doom()