pub(super) fn build_file_paths( file_rows: &[FileRow], component_rows: &HashMap<String, ComponentRow>, directory_paths: &HashMap<String, PathBuf>, install_root: &Path, ) -> HashMap<String, PathBuf>