Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h299 bool CreatePlaceholderDevice(const std::string& name);
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp734 bool DeviceMapper::CreatePlaceholderDevice(const std::string& name) { in CreatePlaceholderDevice() function in android::dm::DeviceMapper
H A Ddm_test.cpp750 ASSERT_TRUE(dm.CreatePlaceholderDevice(test_name_)); in TEST_F()