Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2251 CreateLogicalPartitionParams cow_partition_params = params; in MapCowDevices() local
2252 cow_partition_params.partition = nullptr; in MapCowDevices()
2253 cow_partition_params.partition_name = *cow_name; in MapCowDevices()
2254 cow_partition_params.device_name.clear(); in MapCowDevices()
2256 if (!CreateDmTable(cow_partition_params, &table)) { in MapCowDevices()