Searched defs:fuse_operations (Results 1 – 2 of 2) sorted by relevance
/external/libfuse/include/ |
D | fuse.h | 302 struct fuse_operations { struct 314 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); 324 int (*readlink) (const char *, char *, size_t); 332 int (*mknod) (const char *, mode_t, dev_t); 340 int (*mkdir) (const char *, mode_t); 343 int (*unlink) (const char *); 346 int (*rmdir) (const char *); 349 int (*symlink) (const char *, const char *); 360 int (*rename) (const char *, const char *, unsigned int flags); 363 int (*link) (const char *, const char *); [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | compiler_options.h | 32 bool fuse_operations = true; member
|