Home
last modified time | relevance | path

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

/external/libfuse/
DAndroid.patch36 + void (*canonical_path) (fuse_req_t req, fuse_ino_t ino);
49 + * canonical_path
84 + if (req->se->op.canonical_path)
85 + req->se->op.canonical_path(req, nodeid);
/external/rust/crates/bindgen/src/ir/
Ditem.rs71 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String>; in canonical_path() method
231 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String> { in canonical_path() function
236 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
/external/libfuse/include/
Dfuse_lowlevel.h330 void (*canonical_path) (fuse_req_t req, fuse_ino_t ino); member
/external/libfuse/lib/
Dfuse_lowlevel.c1289 if (req->se->op.canonical_path) in do_canonical_path()
1290 req->se->op.canonical_path(req, nodeid); in do_canonical_path()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs794 let path = item.canonical_path(ctx); in codegen()
808 if through_type_aliases.canonical_path(ctx) == path { in codegen()