Searched refs:udev_device_get_syspath (Results 1 – 4 of 4) sorted by relevance
232 EXPECT_EQ(udev_device_get_syspath(device),236 EXPECT_EQ(udev_device_get_syspath(nullptr), nullptr);283 EXPECT_STREQ(udev_device_get_syspath(parent), testDevice_.GetSysPath());301 EXPECT_NE(udev_device_get_syspath(parent), testDevice_.GetSysPath());
94 const char *udev_device_get_syspath(struct udev_device *udev_device);
684 const char *udev_device_get_syspath(udev_device *device) in udev_device_get_syspath() function
364 std::string sysPath = udev_device_get_syspath(udevDevice); in GetInputIdentification()