Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2201 PartitionCowCreator cow_creator{ in CreateUpdateSnapshots() local
2211 auto ret = CreateUpdateSnapshotsInternal(lock.get(), manifest, &cow_creator, &created_devices, in CreateUpdateSnapshots()
2239 LockedFile* lock, const DeltaArchiveManifest& manifest, PartitionCowCreator* cow_creator, in CreateUpdateSnapshotsInternal() argument
2244 auto* target_metadata = cow_creator->target_metadata; in CreateUpdateSnapshotsInternal()
2245 const auto& target_suffix = cow_creator->target_suffix; in CreateUpdateSnapshotsInternal()
2274 cow_creator->target_partition = target_partition; in CreateUpdateSnapshotsInternal()
2275 cow_creator->operations = nullptr; in CreateUpdateSnapshotsInternal()
2278 cow_creator->operations = operations_it->second; in CreateUpdateSnapshotsInternal()
2285 cow_creator->extra_extents.clear(); in CreateUpdateSnapshotsInternal()
2288 cow_creator->extra_extents = std::move(extra_extents_it->second); in CreateUpdateSnapshotsInternal()
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h542 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,