Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs577 struct CasefoldCache(BTreeMap<Vec<u8>, CString>); struct
579 impl CasefoldCache { implementation
652 fn get(&mut self, parent: &InodeData) -> io::Result<&CasefoldCache> { in get()