Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs1050 fn exists_in_casefold_cache(&self, parent: Inode, name: &CStr) -> bool { in exists_in_casefold_cache() method
4136 assert!(fs.exists_in_casefold_cache(parent, &CString::new("A.TXT").unwrap())); in casefold_lookup_cache()
4142 assert!(fs.exists_in_casefold_cache(parent, &CString::new("B.TXT").unwrap())); in casefold_lookup_cache()
4145 assert!(!fs.exists_in_casefold_cache(parent, &CString::new("B.TXT").unwrap())); in casefold_lookup_cache()