Skip to main content

dev_path

Function dev_path 

Source
pub fn dev_path(major: u32, minor: u32) -> Result<PathBuf>
Expand description

Find the device path in /dev for the given major and minor numbers.

Scans /dev (non-recursively) for a character device with matching device numbers.