Home
last modified time | relevance | path

Searched defs:OpenEntry (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Din_flight_backend_io.cc148 void BackendIO::OpenEntry(const std::string& key) { in OpenEntry() function in disk_cache::BackendIO
461 void InFlightBackendIO::OpenEntry(const std::string& key, in OpenEntry() function in disk_cache::InFlightBackendIO
H A Dbackend_impl.cc1180 EntryResult BackendImpl::OpenEntry(const std::string& key, in OpenEntry() function in disk_cache::BackendImpl
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dpnacl_translation_cache.cc175 void PnaclTranslationCacheEntry::OpenEntry() { in OpenEntry() function in pnacl::PnaclTranslationCacheEntry
/aosp_15_r20/external/cronet/net/disk_cache/memory/
H A Dmem_backend_impl.cc172 EntryResult MemBackendImpl::OpenEntry(const std::string& key, in OpenEntry() function in disk_cache::MemBackendImpl
/aosp_15_r20/external/zlib/google/
H A Dzip_reader.cc207 bool ZipReader::OpenEntry() { in OpenEntry() function in zip::ZipReader
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache_test_base.cc142 int DiskCacheTestWithCache::OpenEntry(const std::string& key, in OpenEntry() function in DiskCacheTestWithCache
H A Ddisk_cache_fuzzer.proto95 message OpenEntry { message
/aosp_15_r20/external/cronet/net/http/
H A Dmock_http_cache.cc460 disk_cache::EntryResult MockDiskCache::OpenEntry( in OpenEntry() function in net::MockDiskCache
H A Dhttp_cache.cc939 int HttpCache::OpenEntry(const std::string& key, in OpenEntry() function in net::HttpCache
H A Dhttp_cache_unittest.cc776 int OpenEntry(HttpCache* cache, in OpenEntry() function in net::HttpCacheIOCallbackTest
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc371 EntryResult SimpleBackendImpl::OpenEntry(const std::string& key, in OpenEntry() function in disk_cache::SimpleBackendImpl
H A Dsimple_entry_impl.cc173 EntryResult SimpleEntryImpl::OpenEntry(EntryResultCallback callback) { in OpenEntry() function in disk_cache::SimpleEntryImpl
H A Dsimple_synchronous_entry.cc343 void SimpleSynchronousEntry::OpenEntry( in OpenEntry() function in disk_cache::SimpleSynchronousEntry