Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp147 static udev_device *NewFromSyspath(const std::string &syspathParam) in NewFromSyspath() function
191 return NewFromSyspath("/sys/dev/"s + typeStr + "/" + majStr + ":" + minStr); in NewFromDevnum()
288 udev_device *parent = NewFromSyspath(std::string{ path }); in NewFromChild()
650 return udev_device::NewFromSyspath(syspath); in udev_device_new_from_syspath()