Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3612 std::string* device_string_or_mapped_path) { in GetMappedImageDeviceStringOrPath() argument
3616 return dm.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
3620 if (!images_->GetMappedImageDevice(device_name, device_string_or_mapped_path)) { in GetMappedImageDeviceStringOrPath()
3625 << (device_string_or_mapped_path ? *device_string_or_mapped_path : "(nullptr)") in GetMappedImageDeviceStringOrPath()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h742 std::string* device_string_or_mapped_path);