Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1429 fn is_short(&self) -> bool { in is_short() method
1639 if !long_name_entries[0].is_last() || !long_name_entries.last().unwrap().is_short() { in new()