Home
last modified time | relevance | path

Searched refs:total_cow_size_bytes (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stats.h37 virtual uint64_t total_cow_size_bytes() = 0;
72 uint64_t total_cow_size_bytes() override;
H A Dmock_snapshot_merge_stats.h37 MOCK_METHOD(uint64_t, total_cow_size_bytes, (), (override));
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stats.cpp95 uint64_t SnapshotMergeStats::total_cow_size_bytes() { in total_cow_size_bytes() function in android::snapshot::SnapshotMergeStats
96 return report_.total_cow_size_bytes(); in total_cow_size_bytes()
H A Dsnapshot_stub.cpp134 uint64_t total_cow_size_bytes() override { return 0; } in total_cow_size_bytes() function in android::snapshot::SnapshotMergeStatsStub
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto227 uint64 total_cow_size_bytes = 5;