Home | History | Annotate | Download | only in init

Lines Matching refs:Uevent

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