Function find_all_exe

Source
pub(crate) fn find_all_exe(name: &str, dir: &str) -> Vec<PathBuf>
Expand description

Every place name exists, in lookup order. ytdlp needs this because a PATH entry can hold a broken shim (a pip launcher for an uninstalled Python) that must be skipped for the next one.