Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1698 std::string cow_name; in MapPartitionWithSnapshot() local
1701 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot()
1705 if (!GetMappedImageDeviceStringOrPath(cow_name, &cow_device)) { in MapPartitionWithSnapshot()
1706 LOG(ERROR) << "Could not determine major/minor for: " << cow_name; in MapPartitionWithSnapshot()
1753 AutoDeviceList* created_devices, std::string* cow_name) { in MapCowDevices() argument
1760 *cow_name = GetCowName(partition_name); in MapCowDevices()
1778 *cow_name = std::move(cow_image_name); in MapCowDevices()
1779 LOG(INFO) << "Mapped COW image for " << partition_name << " at " << *cow_name; in MapCowDevices()
1793 cow_partition_params.partition_name = *cow_name; in MapCowDevices()
1814 if (!dm.CreateDevice(*cow_name, table, &cow_path, remaining_time)) { in MapCowDevices()
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h483 std::string* cow_name);