Home
last modified time | relevance | path

Searched defs:OpenOrCreateEntry (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc143 void BackendIO::OpenOrCreateEntry(const std::string& key) { in OpenOrCreateEntry() function in disk_cache::BackendIO
453 void InFlightBackendIO::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in disk_cache::InFlightBackendIO
H A Dbackend_impl.cc1171 EntryResult BackendImpl::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::BackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.cc161 EntryResult MemBackendImpl::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in disk_cache::MemBackendImpl
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_test_base.cc128 disk_cache::EntryResult DiskCacheTestWithCache::OpenOrCreateEntry( in OpenOrCreateEntry() function in DiskCacheTestWithCache
H A Ddisk_cache_fuzzer.proto102 message OpenOrCreateEntry { message
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.cc425 disk_cache::EntryResult MockDiskCache::OpenOrCreateEntry( in OpenOrCreateEntry() function in net::MockDiskCache
H A Dhttp_cache.cc911 int HttpCache::OpenOrCreateEntry(const std::string& key, in OpenOrCreateEntry() function in net::HttpCache
H A Dhttp_cache_unittest.cc783 int OpenOrCreateEntry(HttpCache* cache, in OpenOrCreateEntry() function in net::HttpCacheIOCallbackTest
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc439 EntryResult SimpleBackendImpl::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::SimpleBackendImpl
H A Dsimple_entry_impl.cc236 EntryResult SimpleEntryImpl::OpenOrCreateEntry(EntryResultCallback callback) { in OpenOrCreateEntry() function in disk_cache::SimpleEntryImpl
H A Dsimple_synchronous_entry.cc420 void SimpleSynchronousEntry::OpenOrCreateEntry( in OpenOrCreateEntry() function in disk_cache::SimpleSynchronousEntry