Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h795 bool GetMappedImageDevicePath(const std::string& device_name, std::string* device_path);
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2474 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()
3683 if (!GetMappedImageDevicePath(paths.cow_device_name, &cow_path)) {
4111 bool SnapshotManager::GetMappedImageDevicePath(const std::string& device_name, in GetMappedImageDevicePath() function in android::snapshot::SnapshotManager