Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dentry.rs2048 if !self.is_lossy() && self.name_fits() && !self.is_exact_match() {
2126 fn is_exact_match(&self) -> bool { in is_exact_match() method