Beispiel #1
0
    int
    fgetattr(const char     *fusepath,
             struct stat    *st,
             fuse_file_info *ffi)
    {
      FileInfo *fi = reinterpret_cast<FileInfo*>(ffi->fh);

      return _fgetattr(fi->fd,
                       *st);
    }
Beispiel #2
0
static int
ÇPROJECTNAMEASIDENTIFIERÈ_getattr(const char *path, struct stat *stbuf) {
  return ÇPROJECTNAMEASIDENTIFIERÈ_fgetattr(path, stbuf, NULL);
}