| 220 | } |
| 221 | |
| 222 | void UMockdevDeviceManager::umockdevRemove(const std::shared_ptr<UMockdevDeviceDefinition>& definition) |
| 223 | { |
| 224 | USBGUARD_LOG(Trace) << "definition=" << definition->getUMockdevName() << " sysfs_path=" << definition->getSysfsPath(); |
| 225 | umockdevRemove(definition->getSysfsPath()); |
| 226 | } |
| 227 | |
| 228 | void UMockdevDeviceManager::umockdevRemove(const std::string& sysfs_path) |
| 229 | { |
nothing calls this directly
no outgoing calls
no test coverage detected