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.cpp3495 auto cow_creator_ret = cow_creator->Run(); in CreateUpdateSnapshotsInternal() local
3496 if (!cow_creator_ret.has_value()) { in CreateUpdateSnapshotsInternal()
3502 << ", device size = " << cow_creator_ret->snapshot_status.device_size() in CreateUpdateSnapshotsInternal()
3503 << ", snapshot size = " << cow_creator_ret->snapshot_status.snapshot_size() in CreateUpdateSnapshotsInternal()
3505 << cow_creator_ret->snapshot_status.cow_partition_size() in CreateUpdateSnapshotsInternal()
3506 << ", cow file size = " << cow_creator_ret->snapshot_status.cow_file_size(); in CreateUpdateSnapshotsInternal()
3517 bool needs_snapshot = cow_creator_ret->snapshot_status.snapshot_size() > 0; in CreateUpdateSnapshotsInternal()
3518 bool needs_cow = (cow_creator_ret->snapshot_status.cow_partition_size() + in CreateUpdateSnapshotsInternal()
3519 cow_creator_ret->snapshot_status.cow_file_size()) > 0; in CreateUpdateSnapshotsInternal()
3534 cow_creator_ret->snapshot_status.set_old_partition_size(old_partition->size()); in CreateUpdateSnapshotsInternal()
[all …]