Home
last modified time | relevance | path

Searched refs:potential_components (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/
H A Drustdoc_test_gen.rs51 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path() localVariable
53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path()
58 potential_components: &[&str], in find_real_path()
62 let joined_potential_components = potential_components.join("_") + ".rs"; in find_real_path()
79 for i in 1..potential_components.len() { in find_real_path()
80 let (components_prefix, components_rest) = potential_components.split_at(i); in find_real_path()