pub(crate) fn resolve_local_path_for_filesystem(p: &Path) -> Result<PathBuf>Expand description
Resolve -p to a filesystem path before canonicalize: relative paths and . use
path_base_for_dash_p as the prefix (invocation pwd, or process cwd).