Home
last modified time | relevance | path

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

/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs66 let d_config_path = PathBuf::from(&d_config_str); in dfs() localVariable
68 fs::read_to_string(&d_config_path).expect(&format!("Failed to read {}", d_config_str)); in dfs()
77 r.push(d_config_path); in dfs()