Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h791 bool GetMappedImageDeviceStringOrPath(const std::string& device_name,
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2436 if (!GetMappedImageDeviceStringOrPath(cow_name, &cow_device)) { in MapPartitionWithSnapshot()
2611 if (!GetMappedImageDeviceStringOrPath(cow_image_name, &cow_image_device)) { in MapCowDevices()
4122 bool SnapshotManager::GetMappedImageDeviceStringOrPath(const std::string& device_name, in GetMappedImageDeviceStringOrPath() function in android::snapshot::SnapshotManager