Home
last modified time | relevance | path

Searched refs:GetDeviceNameAndUuid (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h301 bool GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid);
/system/core/init/
Ddevices.cpp123 return dm.GetDeviceNameAndUuid(dev, name, uuid); in FindDmDevice()
/system/core/fs_mgr/libdm/
Ddm.cpp246 bool DeviceMapper::GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid) { in GetDeviceNameAndUuid() function in android::dm::DeviceMapper
Ddm_test.cpp756 ASSERT_TRUE(dm.GetDeviceNameAndUuid(dev, &name, &uuid)); in TEST_F()