pub fn dev_path(major: u32, minor: u32) -> Result<PathBuf>
Find the device path in /dev for the given major and minor numbers.
/dev
Scans /dev (non-recursively) for a character device with matching device numbers.