Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs955 pub const LONG_NAME: u8 = FileAttributes::READ_ONLY constant
1041 file_attrs: FileAttributes::new(FileAttributes::LONG_NAME), in new()
2426 if file_attr.contains(FileAttributes::LONG_NAME) { in get_raw_dir_entry()