pub fn resolve_daemon_bin_from(
override_bin: Option<&Path>,
self_exe: &Path,
is_cli: bool,
path_dirs: &[PathBuf],
home: Option<&Path>,
) -> Result<(PathBuf, ResolveSource), DaemonError>Expand description
Pure resolver for tests and resolve_daemon_bin.