Searched refs:GetMappedImageDevicePath (Results 1 – 2 of 2) sorted by relevance
805 bool GetMappedImageDevicePath(const std::string& device_name, std::string* device_path);
2665 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()3925 if (!GetMappedImageDevicePath(paths.cow_device_name, &cow_path)) { in OpenCompressedSnapshotWriter()4359 bool SnapshotManager::GetMappedImageDevicePath(const std::string& device_name, in GetMappedImageDevicePath() function in android::snapshot::SnapshotManager