Searched defs:cow_file_size (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fs_mgr/libsnapshot/ | ||
H A D | snapshot_stats.cpp | 91 uint64_t SnapshotMergeStats::cow_file_size() { in cow_file_size() function in android::snapshot::SnapshotMergeStats |
H A D | partition_cow_creator.cpp | 267 auto cow_file_size = cow_size.value() - cow_partition_size; in Run() local |
H A D | snapshot_stub.cpp | 132 uint64_t cow_file_size() override { return 0; } in cow_file_size() function in android::snapshot::SnapshotMergeStatsStub |
H A D | snapshot.cpp | 4282 uint64_t cow_file_size = 0; in UpdateCowStats() local |