Home
last modified time | relevance | path

Searched refs:GetDmDeviceUuidByName (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h186 bool GetDmDeviceUuidByName(const std::string& name, std::string* path);
/system/core/fs_mgr/libdm/
Ddm.cpp457 bool DeviceMapper::GetDmDeviceUuidByName(const std::string& name, std::string* uuid) { in GetDmDeviceUuidByName() function in android::dm::DeviceMapper
/system/core/fs_mgr/tools/
Ddmctl.cpp410 if (!dm.GetDmDeviceUuidByName(argv[0], &uuid)) { in GetUuidCmdHandler()