Searched defs:CreateDevice (Results 1 – 2 of 2) sorted by relevance
64 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper218 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper311 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper
145 virtual bool CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function