Skip to main content

find_named_inner

Function find_named_inner 

Source
pub(crate) fn find_named_inner(
    root: &Path,
    name: &OsStr,
    out: &mut Vec<PathBuf>,
) -> Result<()>