Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc83 file_operations_factory_; member in __anon2006ab760111::CacheCreator
113 file_operations_factory_(std::move(file_operations)), in CacheCreator()
142 file_operations_factory_, path_, cleanup_tracker_.get(), in Run()
231 if (file_operations_factory_) { in OnIOComplete()
232 file_operations_ = file_operations_factory_->Create( in OnIOComplete()
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_backend_impl.cc215 file_operations_factory_( in SimpleBackendImpl()
264 index_task_runner, file_operations_factory_, GetCacheType(), path_)); in Init()
268 auto file_operations = file_operations_factory_->Create(index_task_runner); in Init()
361 file_operations_factory_->CreateUnbound()), in DoomEntries()
490 entry_operations_mode_, this, file_tracker_, file_operations_factory_, in MaybeOptimisticCreateForPostDoom()
803 entry_operations_mode_, this, file_tracker_, file_operations_factory_, in CreateOrFindActiveOrDoomedEntry()
861 entry_operations_mode_, this, file_tracker_, file_operations_factory_, in OpenEntryFromHash()
H A Dsimple_index_file.cc353 file_operations_factory_(std::move(file_operations_factory)), in SimpleIndexFile()
370 file_operations_factory_->Create(task_runner), cache_type_, in LoadIndexEntries()
384 auto file_operations = file_operations_factory_->Create(cache_runner_); in WriteToDisk()
H A Dsimple_entry_impl.cc139 file_operations_factory_(std::move(file_operations_factory)), in SimpleEntryImpl()
810 file_tracker_, file_operations_factory_->CreateUnbound(), in OpenEntryInternal()
857 file_operations_factory_->CreateUnbound(), results.get()); in CreateEntryInternal()
918 file_tracker_, file_operations_factory_->CreateUnbound(), in OpenOrCreateEntryInternal()
1339 entry_hash_, file_operations_factory_->CreateUnbound()), in DoomEntryInternal()
1369 file_operations_factory_->CreateUnbound()), in DoomEntryInternal()
H A Dsimple_index_file.h198 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
H A Dsimple_backend_impl.h259 scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
H A Dsimple_entry_impl.h374 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.cc85 file_operations_factory_(std::move(file_operations_factory)), in DefaultBackend()
111 type_, backend_type_, file_operations_factory_, path_, max_bytes_, in CreateBackend()
117 type_, backend_type_, file_operations_factory_, path_, max_bytes_, in CreateBackend()
H A Dhttp_cache.h119 file_operations_factory_; variable