Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h741 bool GetMappedImageDeviceStringOrPath(const std::string& device_name,
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2074 if (!GetMappedImageDeviceStringOrPath(cow_name, &cow_device)) { in MapPartitionWithSnapshot()
2231 if (!GetMappedImageDeviceStringOrPath(cow_image_name, &cow_image_device)) { in MapCowDevices()
3611 bool SnapshotManager::GetMappedImageDeviceStringOrPath(const std::string& device_name, in GetMappedImageDeviceStringOrPath() function in android::snapshot::SnapshotManager