Home
last modified time | relevance | path

Searched refs:GetDeviceNode (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/udev/
Dudev_device.h54 virtual const char* GetDeviceNode() const;
Dmock_udev_device.h30 MOCK_METHOD(const char*, GetDeviceNode, (), (const, override));
Dudev_device.cc60 const char* UdevDevice::GetDeviceNode() const { in GetDeviceNode() function in brillo::UdevDevice