Searched defs:fuse_operations (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse.h | 326 struct fuse_operations { struct 338 int (*getattr) (const char *, struct stat *, struct fuse_file_info *fi); 348 int (*readlink) (const char *, char *, size_t); 356 int (*mknod) (const char *, mode_t, dev_t); 364 int (*mkdir) (const char *, mode_t); 367 int (*unlink) (const char *); 370 int (*rmdir) (const char *); 373 int (*symlink) (const char *, const char *); 384 int (*rename) (const char *, const char *, unsigned int flags); 387 int (*link) (const char *, const char *); [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | compiler_options.h | 32 bool fuse_operations = true; member
|