Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_synchronous_entry.h43 class UnboundBackendFileOperations; variable
110 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations;
197 std::unique_ptr<UnboundBackendFileOperations> file_operations,
212 std::unique_ptr<UnboundBackendFileOperations> file_operations,
222 std::unique_ptr<UnboundBackendFileOperations> file_operations,
233 std::unique_ptr<UnboundBackendFileOperations> file_operations,
250 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);
259 std::unique_ptr<UnboundBackendFileOperations> file_operations);
267 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations);
518 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations_;
H A Dsimple_synchronous_entry.cc349 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenEntry()
389 std::unique_ptr<UnboundBackendFileOperations> file_operations, in CreateEntry()
428 std::unique_ptr<UnboundBackendFileOperations> file_operations, in OpenOrCreateEntry()
493 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntryFiles()
569 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in TruncateEntryFiles()
581 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations) { in DeleteEntrySetFiles()
1179 std::unique_ptr<UnboundBackendFileOperations> unbound_file_operations, in SimpleSynchronousEntry()
/aosp_15_r20/external/cronet/net/disk_cache/
H A Ddisk_cache.h589 class UnboundBackendFileOperations; variable
687 virtual std::unique_ptr<UnboundBackendFileOperations> Unbind() = 0;
691 class UnboundBackendFileOperations {
693 virtual ~UnboundBackendFileOperations() = default;
709 virtual std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() = 0;
738 std::unique_ptr<UnboundBackendFileOperations> Unbind() override;
755 std::unique_ptr<UnboundBackendFileOperations> CreateUnbound() override;
H A Ddisk_cache.cc279 : public disk_cache::UnboundBackendFileOperations {
649 std::unique_ptr<UnboundBackendFileOperations> TrivialFileOperations::Unbind() { in Unbind()
665 std::unique_ptr<UnboundBackendFileOperations>