Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs1086 pub fn is_last(&self) -> bool { in is_last() method
1405 fn is_last(&self) -> bool { in is_last() method
2166 let is_last: bool = longname_dentry.is_last(); in process() localVariable