MCPcopy Create free account
hub / github.com/USBGuard/usbguard / umockdevRemove

Method umockdevRemove

src/Library/UMockdevDeviceManager.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected