Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2918 auto cow_creator_ret = cow_creator->Run(); in CreateUpdateSnapshotsInternal() local
2919 if (!cow_creator_ret.has_value()) { in CreateUpdateSnapshotsInternal()
2925 << ", device size = " << cow_creator_ret->snapshot_status.device_size() in CreateUpdateSnapshotsInternal()
2926 << ", snapshot size = " << cow_creator_ret->snapshot_status.snapshot_size() in CreateUpdateSnapshotsInternal()
2928 << cow_creator_ret->snapshot_status.cow_partition_size() in CreateUpdateSnapshotsInternal()
2929 << ", cow file size = " << cow_creator_ret->snapshot_status.cow_file_size(); in CreateUpdateSnapshotsInternal()
2940 bool needs_snapshot = cow_creator_ret->snapshot_status.snapshot_size() > 0; in CreateUpdateSnapshotsInternal()
2941 bool needs_cow = (cow_creator_ret->snapshot_status.cow_partition_size() + in CreateUpdateSnapshotsInternal()
2942 cow_creator_ret->snapshot_status.cow_file_size()) > 0; in CreateUpdateSnapshotsInternal()
2957 cow_creator_ret->snapshot_status.set_old_partition_size(old_partition->size()); in CreateUpdateSnapshotsInternal()
[all …]