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