Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 2 of 2) sorted by relevance

/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs37 fn make_compile_cfg(features: &Vec<Feature>) { in make_compile_cfg()
96 pub fn parse_d_configs(d_configs: &Vec<PathBuf>) -> Vec<Feature> { in parse_d_configs()
105 pub fn parse_d_config(d_config: &PathBuf) -> Vec<Feature> { in parse_d_config()
176 pub struct Feature { struct
183 impl Feature { argument
184 pub fn new(name: String, enable: bool) -> Feature { in new()
/DragonOS/build-scripts/kernel_build/src/utils/
H A Dcargo_handler.rs54 pub fn emit_features(features: &[Feature]) { in emit_features()