Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2067 std::string cow_name; in MapPartitionWithSnapshot() local
2070 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot()
2074 if (!GetMappedImageDeviceStringOrPath(cow_name, &cow_device)) { in MapPartitionWithSnapshot()
2075 LOG(ERROR) << "Could not determine major/minor for: " << cow_name; in MapPartitionWithSnapshot()
2079 paths->cow_device_name = cow_name; in MapPartitionWithSnapshot()
2096 LOG(ERROR) << "Could not map source device for: " << cow_name; in MapPartitionWithSnapshot()
2108 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()
2109 LOG(ERROR) << "Could not determine path for: " << cow_name; in MapPartitionWithSnapshot()
2182 AutoDeviceList* created_devices, std::string* cow_name) { in MapCowDevices() argument
2189 *cow_name = GetCowName(partition_name); in MapCowDevices()
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h672 std::string* cow_name);