Home
last modified time | relevance | path

Searched defs:sync_entry (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.cc354 auto sync_entry = std::make_unique<SimpleSynchronousEntry>( in OpenEntry() local
394 auto sync_entry = std::make_unique<SimpleSynchronousEntry>( in CreateEntry() local
434 auto sync_entry = std::make_unique<SimpleSynchronousEntry>( in OpenOrCreateEntry() local
H A Dsimple_file_tracker_unittest.cc65 void UpdateEntryFileKey(SimpleSynchronousEntry* sync_entry, in UpdateEntryFileKey()
H A Dsimple_synchronous_entry.h108 raw_ptr<SimpleSynchronousEntry> sync_entry; member