Searched refs:file_operations_factory_ (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/net/disk_cache/ |
H A D | disk_cache.cc | 83 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 D | simple_backend_impl.cc | 215 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 D | simple_index_file.cc | 353 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 D | simple_entry_impl.cc | 139 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 D | simple_index_file.h | 198 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
|
H A D | simple_backend_impl.h | 259 scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
|
H A D | simple_entry_impl.h | 374 const scoped_refptr<BackendFileOperationsFactory> file_operations_factory_; variable
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_cache.cc | 85 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 D | http_cache.h | 119 file_operations_factory_; variable
|