Home
last modified time | relevance | path

Searched defs:CreateDevice (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libdm/
Ddm.cpp61 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper
211 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper
304 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h139 virtual bool CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function