Searched refs:kDevicePath (Results 1 – 2 of 2) sorted by relevance
59 constexpr std::string_view kDevicePath = "/dev/"; variable82 auto watchFd = inotify_add_watch(notifyFd, kDevicePath.data(), IN_CREATE | IN_DELETE); in EvsHotplugThread()107 std::string deviceId = std::string(kDevicePath) + std::string(event->name); in EvsHotplugThread()
54 constexpr std::string_view kDevicePath = "/dev/"; variable93 int watchFd = inotify_add_watch(notifyFd, kDevicePath.data(), IN_CREATE | IN_DELETE); in EvsHotplugThread()118 std::string deviceName = std::string(kDevicePath) + std::string(event->name); in EvsHotplugThread()