Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1084 pub fn is_last(&self) -> bool { in is_last() method
1403 fn is_last(&self) -> bool { in is_last() method
1409 return l.is_last(); in is_last()
1637 if !long_name_entries[0].is_last() || !long_name_entries.last().unwrap().is_short() { in new()
2164 let is_last: bool = longname_dentry.is_last(); in process() localVariable
2173 if is_last { in process()