Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2068 CreateLogicalPartitionParams cow_params = params; in MapPartitionWithSnapshot() local
2069 cow_params.timeout_ms = remaining_time; in MapPartitionWithSnapshot()
2070 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot()
3017 CreateLogicalPartitionParams cow_params{ in InitializeUpdateSnapshots() local
3034 cow_params.partition_name = target_partition->name(); in InitializeUpdateSnapshots()
3036 if (!MapCowDevices(lock, cow_params, it->second, &created_devices_for_cow, &cow_name)) { in InitializeUpdateSnapshots()
3050 << cow_params.partition_name; in InitializeUpdateSnapshots()