Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs1041 pub fn is_last(&self) -> bool { in is_last() method
1362 fn is_last(&self) -> bool { in is_last() method
2128 let is_last: bool = longname_dentry.is_last(); in process() localVariable