Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs22 pub struct FileAttributes { struct
23 value: u8,
717 attrs: FileAttributes,
948 impl FileAttributes { implementation