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.cpp2292 auto cow_creator_ret = cow_creator->Run(); in CreateUpdateSnapshotsInternal() local
2293 if (!cow_creator_ret.has_value()) { in CreateUpdateSnapshotsInternal()
2298 << ", device size = " << cow_creator_ret->snapshot_status.device_size() in CreateUpdateSnapshotsInternal()
2299 << ", snapshot size = " << cow_creator_ret->snapshot_status.snapshot_size() in CreateUpdateSnapshotsInternal()
2301 << cow_creator_ret->snapshot_status.cow_partition_size() in CreateUpdateSnapshotsInternal()
2302 << ", cow file size = " << cow_creator_ret->snapshot_status.cow_file_size(); in CreateUpdateSnapshotsInternal()
2313 bool needs_snapshot = cow_creator_ret->snapshot_status.snapshot_size() > 0; in CreateUpdateSnapshotsInternal()
2314 bool needs_cow = (cow_creator_ret->snapshot_status.cow_partition_size() + in CreateUpdateSnapshotsInternal()
2315 cow_creator_ret->snapshot_status.cow_file_size()) > 0; in CreateUpdateSnapshotsInternal()
2325 if (!CreateSnapshot(lock, &cow_creator_ret->snapshot_status)) { in CreateUpdateSnapshotsInternal()
[all …]