Home
last modified time | relevance | path

Searched refs:file_operations_factory (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_index_file.cc349 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleIndexFile() argument
353 file_operations_factory_(std::move(file_operations_factory)), in SimpleIndexFile()
H A Dsimple_backend_impl.cc207 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleBackendImpl() argument
216 file_operations_factory in SimpleBackendImpl()
217 ? std::move(file_operations_factory) in SimpleBackendImpl()
H A Dsimple_index_file.h93 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
H A Dsimple_backend_impl.h68 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
H A Dsimple_entry_impl.h79 scoped_refptr<BackendFileOperationsFactory> file_operations_factory,
H A Dsimple_entry_impl.cc133 scoped_refptr<BackendFileOperationsFactory> file_operations_factory, in SimpleEntryImpl() argument
139 file_operations_factory_(std::move(file_operations_factory)), in SimpleEntryImpl()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context_builder.h127 file_operations_factory; member
H A Durl_request_context_builder.cc555 DISK_CACHE, backend_type, http_cache_params_.file_operations_factory, in Build()
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache.h96 file_operations_factory,
H A Dhttp_cache.cc79 file_operations_factory, in DefaultBackend()
85 file_operations_factory_(std::move(file_operations_factory)), in DefaultBackend()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.cc47 file_operations_factory,