Home
last modified time | relevance | path

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

/system/core/init/libprefetch/prefetch/src/
Dformat.rs48 pub(crate) type PathString = String; typedef
323 fn check_inode_info_paths<'de, D>(deserializer: D) -> Result<Vec<PathString>, D::Error> in check_inode_info_paths()
441 pub fn insert_or_update_inode(&mut self, id: FileId, stat: &Metadata, path: PathString) { in insert_or_update_inode()