Home
last modified time | relevance | path

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

/external/vm_tools/p9/src/server/
Dmod.rs249 fn ascii_casefold_lookup(proc: &File, parent: &File, name: &[u8]) -> io::Result<File> { in ascii_casefold_lookup() function
290 return ascii_casefold_lookup(proc, &current, name.to_bytes()); in do_walk()
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs677 fn ascii_casefold_lookup(&self, parent: &InodeData, name: &[u8]) -> io::Result<Entry> { in ascii_casefold_lookup() method
1138 self.ascii_casefold_lookup(&data, name.to_bytes()) in lookup()