Searched refs:canonical_path (Results 1 – 5 of 5) sorted by relevance
36 + void (*canonical_path) (fuse_req_t req, fuse_ino_t ino);49 + * canonical_path84 + if (req->se->op.canonical_path)85 + req->se->op.canonical_path(req, nodeid);
71 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String>; in canonical_path() method231 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String> { in canonical_path() function236 ctx.resolve_item(*self).canonical_path(ctx) in canonical_path()1891 let mut path = self.canonical_path(ctx); in namespace_aware_canonical_path()1912 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String> { in canonical_path() method
330 void (*canonical_path) (fuse_req_t req, fuse_ino_t ino); member
1289 if (req->se->op.canonical_path) in do_canonical_path()1290 req->se->op.canonical_path(req, nodeid); in do_canonical_path()
794 let path = item.canonical_path(ctx); in codegen()808 if through_type_aliases.canonical_path(ctx) == path { in codegen()