Home
last modified time | relevance | path

Searched refs:estimated_cow_size_bytes (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stats.h41 virtual uint64_t estimated_cow_size_bytes() = 0;
76 uint64_t estimated_cow_size_bytes() override;
Dmock_snapshot_merge_stats.h41 MOCK_METHOD(uint64_t, estimated_cow_size_bytes, (), (override));
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp112 uint64_t SnapshotMergeStats::estimated_cow_size_bytes() { in estimated_cow_size_bytes() function in android::snapshot::SnapshotMergeStats
113 return report_.estimated_cow_size_bytes(); in estimated_cow_size_bytes()
Dsnapshot_stub.cpp133 uint64_t estimated_cow_size_bytes() override { return 0; } in estimated_cow_size_bytes() function in android::snapshot::SnapshotMergeStatsStub
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc505 report.estimated_cow_size_bytes(), in ReportMergeStats()
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto218 uint64 estimated_cow_size_bytes = 6; field