fn collect_all_filtered_paths(
    start_paths: Vec<Path>,
    fdt: &Fdt
) -> Result<Vec<Path>>