Home
last modified time | relevance | path

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

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