Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 5 of 5) sorted by relevance

/DragonOS/user/apps/user-manage/src/parser/
H A Dparser.rs47 let groups = &args[idx]; in parse() localVariable
/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs38 pub groups: Option<Vec<String>>, field
H A Dcheck.rs697 groups: Option<Vec<String>>, field
/DragonOS/kernel/src/driver/base/device/
H A Ddriver.rs103 fn groups(&self) -> &'static [&'static dyn AttributeGroup] { in groups() method
/DragonOS/kernel/src/driver/base/
H A Dkobject.rs231 let groups = ktype.attribute_groups(); in create_dir() localVariable