Home
last modified time | relevance | path

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

/external/libfuse/include/
Dfuse_opt.h180 typedef int (*fuse_opt_proc_t)(void *data, const char *arg, int key, typedef
204 const struct fuse_opt opts[], fuse_opt_proc_t proc);
/external/libfuse/lib/
Dfuse_opt.c25 fuse_opt_proc_t proc;
399 const struct fuse_opt opts[], fuse_opt_proc_t proc) in fuse_opt_parse()