pub fn resolve_mount_src_with(
source: &Utf8Path,
src: &str,
home: Option<&Utf8Path>,
) -> Utf8PathBufExpand description
resolve_mount_src with an explicit home — used in tests so we
don’t mutate the process-wide HOME env var (which races with
parallel tests). Production code goes through resolve_mount_src.