Searched refs:total_cow_size_bytes (Results 1 – 6 of 6) sorted by relevance
40 virtual uint64_t total_cow_size_bytes() = 0;75 uint64_t total_cow_size_bytes() override;
40 MOCK_METHOD(uint64_t, total_cow_size_bytes, (), (override));
108 uint64_t SnapshotMergeStats::total_cow_size_bytes() { in total_cow_size_bytes() function in android::snapshot::SnapshotMergeStats109 return report_.total_cow_size_bytes(); in total_cow_size_bytes()
132 uint64_t total_cow_size_bytes() override { return 0; } in total_cow_size_bytes() function in android::snapshot::SnapshotMergeStatsStub
504 report.total_cow_size_bytes(), in ReportMergeStats()
215 uint64 total_cow_size_bytes = 5; field