Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h249 bool GetDeviceNumber(const std::string& name, dev_t* dev);
/system/core/fs_mgr/libdm/
Ddm.cpp515 bool DeviceMapper::GetDeviceNumber(const std::string& name, dev_t* dev) { in GetDeviceNumber() function in android::dm::DeviceMapper
528 if (!GetDeviceNumber(name, &num)) { in GetDeviceString()
Ddm_test.cpp111 ASSERT_TRUE(dm.GetDeviceNumber(dev.name(), &dev_number)); in TEST_F()
753 ASSERT_TRUE(dm.GetDeviceNumber(test_name_, &dev)); in TEST_F()