Searched refs:fuse_fs_utimens (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 605 int fuse_fs_utimens(struct fuse_fs *fs, const char *path,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1233 int fuse_fs_utimens(struct fuse_fs *fs, const char *path,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 336 err = fuse_fs_utimens(d->next, newpath, ts, fi); in subdir_utimens()
|
H A D | iconv.c | 351 err = fuse_fs_utimens(ic->next, newpath, ts, fi); in iconv_utimens()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 940 int fuse_fs_utimens(struct fuse_fs *fs, const char *path, in fuse_fs_utimens() function 1470 err = fuse_fs_utimens(f->fs, path, tv); in fuse_lib_setattr() 1480 err = fuse_fs_utimens(f->fs, path, tv); in fuse_lib_setattr()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2109 int fuse_fs_utimens(struct fuse_fs *fs, const char *path, in fuse_fs_utimens() function 2820 err = fuse_fs_utimens(f->fs, path, tv, fi); in fuse_lib_setattr() 2831 err = fuse_fs_utimens(f->fs, path, tv, fi); in fuse_lib_setattr()
|
Completed in 18 milliseconds