find_sbin_binary

Function find_sbin_binary 

Source
pub fn find_sbin_binary(source_root: &Path, binary: &str) -> Option<PathBuf>
Expand description

Find a binary, prioritizing sbin directories.

Returns None if the binary is not found in any search path.