Lines Matching full:uevent
31 #include "uevent.h"
78 // Returns the full path for a uevent of a device that is a member of this subsystem,
80 std::string ParseDevPath(const Uevent& uevent) const {
82 ? uevent.device_name
83 : android::base::Basename(uevent.path);
111 void HandleDeviceEvent(const Uevent& uevent);
113 std::vector<std::string> GetBlockDeviceSymlinks(const Uevent& uevent) const;