Lines Matching defs:name
61 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice()
91 bool DeviceMapper::DeleteDeviceIfExists(const std::string& name, in DeleteDeviceIfExists()
99 bool DeviceMapper::DeleteDeviceIfExists(const std::string& name) { in DeleteDeviceIfExists()
103 bool DeviceMapper::DeleteDevice(const std::string& name, in DeleteDevice()
137 bool DeviceMapper::DeleteDevice(const std::string& name) { in DeleteDevice()
141 bool DeviceMapper::DeleteDeviceDeferred(const std::string& name) { in DeleteDeviceDeferred()
153 bool DeviceMapper::DeleteDeviceIfExistsDeferred(const std::string& name) { in DeleteDeviceIfExistsDeferred()
174 bool DeviceMapper::CreateEmptyDevice(const std::string& name) { in CreateEmptyDevice()
179 bool DeviceMapper::WaitForDevice(const std::string& name, in WaitForDevice()
211 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice()
230 bool DeviceMapper::GetDeviceUniquePath(const std::string& name, std::string* path) { in GetDeviceUniquePath()
246 bool DeviceMapper::GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid) { in GetDeviceNameAndUuid()
286 bool DeviceMapper::ChangeState(const std::string& name, DmDeviceState state) { in ChangeState()
304 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice()
312 bool DeviceMapper::LoadTable(const std::string& name, const DmTable& table) { in LoadTable()
331 bool DeviceMapper::LoadTableAndActivate(const std::string& name, const DmTable& table) { in LoadTableAndActivate()
409 bool DeviceMapper::GetTargetByName(const std::string& name, DmTargetTypeInfo* info) { in GetTargetByName()
488 bool DeviceMapper::GetDmDevicePathByName(const std::string& name, std::string* path) { in GetDmDevicePathByName()
503 bool DeviceMapper::GetDmDeviceUuidByName(const std::string& name, std::string* uuid) { in GetDmDeviceUuidByName()
515 bool DeviceMapper::GetDeviceNumber(const std::string& name, dev_t* dev) { in GetDeviceNumber()
526 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString()
535 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus()
539 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo()
544 bool DeviceMapper::GetTable(const std::string& name, uint32_t flags, in GetTable()
618 std::optional<std::string> name = ExtractBlockDeviceName(path); in IsDmBlockDevice() local
623 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetDmDeviceNameByPath() local
643 std::optional<std::string> name = ExtractBlockDeviceName(path); in GetParentBlockDeviceByPath() local
734 bool DeviceMapper::CreatePlaceholderDevice(const std::string& name) { in CreatePlaceholderDevice()