Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs22 pub struct FileAttributes { struct
579 FileAttributes { in create_file()
580 value: FileAttributes::ARCHIVE, in create_file()
625 dot_entry.attributes.value = FileAttributes::DIRECTORY; in create_dir()
639 dot_dot_entry.attributes.value = FileAttributes::DIRECTORY; in create_dir()
652 FileAttributes { in create_dir()
653 value: FileAttributes::DIRECTORY, in create_dir()
725 attrs: FileAttributes, argument
905 impl FileAttributes { impl
912 pub const LONG_NAME: u8 = FileAttributes::READ_ONLY
[all …]