Home
last modified time | relevance | path

Searched defs:cow_file_size (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto86 uint64 cow_file_size = 6; field
244 uint64 cow_file_size = 3; field
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp91 uint64_t SnapshotMergeStats::cow_file_size() { in cow_file_size() function in android::snapshot::SnapshotMergeStats
Dpartition_cow_creator.cpp268 auto cow_file_size = cow_size.value() - cow_partition_size; in Run() local
Dsnapshot_stub.cpp132 uint64_t cow_file_size() override { return 0; } in cow_file_size() function in android::snapshot::SnapshotMergeStatsStub
Dsnapshot.cpp4346 uint64_t cow_file_size = 0; in UpdateCowStats() local