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