Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h745 bool GetMappedImageDevicePath(const std::string& device_name, std::string* device_path);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2108 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()
3184 if (!GetMappedImageDevicePath(paths.cow_device_name, &cow_path)) { in OpenCompressedSnapshotWriter()
3598 bool SnapshotManager::GetMappedImageDevicePath(const std::string& device_name, in GetMappedImageDevicePath() function in android::snapshot::SnapshotManager