Home
last modified time | relevance | path

Searched refs:UnboundBackendFileOperations (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/disk_cache/simple/
Dsimple_synchronous_entry.h42 class UnboundBackendFileOperations; variable
109 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations;
196 std::unique_ptr<UnboundBackendFileOperations> file_operations,
211 std::unique_ptr<UnboundBackendFileOperations> file_operations,
221 std::unique_ptr<UnboundBackendFileOperations> file_operations,
232 std::unique_ptr<UnboundBackendFileOperations> file_operations,
249 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);
258 std::unique_ptr<UnboundBackendFileOperations> file_operations);
266 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);
517 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations_;
Dsimple_synchronous_entry.cc346 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenEntry()
386 std::unique_ptr<UnboundBackendFileOperations> file_operations, in CreateEntry()
425 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenOrCreateEntry()
490 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntryFiles()
566 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in TruncateEntryFiles()
578 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntrySetFiles()
1174 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations, in SimpleSynchronousEntry()
/external/cronet/net/disk_cache/
Ddisk_cache.h584 class UnboundBackendFileOperations; variable
682 virtual std::unique_ptr<UnboundBackendFileOperations> Unbind() = 0;
686 class UnboundBackendFileOperations {
688 virtual ~UnboundBackendFileOperations() = default;
704 virtual std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() = 0;
733 std::unique_ptr<UnboundBackendFileOperations> Unbind() override;
750 std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() override;
Ddisk_cache.cc276 : public disk_cache::UnboundBackendFileOperations {
646 std::unique_ptr<UnboundBackendFileOperations> TrivialFileOperations::Unbind() { in Unbind()
662 std::unique_ptr<UnboundBackendFileOperations>