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.cpp2289 auto cow_creator_ret = cow_creator->Run(); in CreateUpdateSnapshotsInternal() local
2290 if (!cow_creator_ret.has_value()) { in CreateUpdateSnapshotsInternal()
2295 << ", device size = " << cow_creator_ret->snapshot_status.device_size() in CreateUpdateSnapshotsInternal()
2296 << ", snapshot size = " << cow_creator_ret->snapshot_status.snapshot_size() in CreateUpdateSnapshotsInternal()
2298 << cow_creator_ret->snapshot_status.cow_partition_size() in CreateUpdateSnapshotsInternal()
2299 << ", cow file size = " << cow_creator_ret->snapshot_status.cow_file_size(); in CreateUpdateSnapshotsInternal()
2310 bool needs_snapshot = cow_creator_ret->snapshot_status.snapshot_size() > 0; in CreateUpdateSnapshotsInternal()
2311 bool needs_cow = (cow_creator_ret->snapshot_status.cow_partition_size() + in CreateUpdateSnapshotsInternal()
2312 cow_creator_ret->snapshot_status.cow_file_size()) > 0; in CreateUpdateSnapshotsInternal()
2322 if (!CreateSnapshot(lock, &cow_creator_ret->snapshot_status)) { in CreateUpdateSnapshotsInternal()
[all …]