Searched refs:utimens (Results 1 - 9 of 9) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 132 * Deprecated, use utimens() instead. 412 int (*utimens) (const char *, const struct timespec tv[2]); member
|
/third_party/libfuse/example/ |
H A D | passthrough_fh.c | 626 .utimens = xmp_utimens,
|
H A D | passthrough.c | 526 .utimens = xmp_utimens,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 272 * For the truncate, getattr, chmod, chown and utimens 694 int (*utimens) (const char *, const struct timespec tv[2], member
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 593 .utimens = subdir_utimens,
|
H A D | iconv.c | 612 .utimens = iconv_utimens,
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 944 if (fs->op.utimens) in fuse_fs_utimens() 945 return fs->op.utimens(path, tv); in fuse_fs_utimens()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2113 if (fs->op.utimens) { in fuse_fs_utimens() 2116 fuse_log(FUSE_LOG_DEBUG, "utimens[%s] %s %li.%09lu %li.%09lu\n", in fuse_fs_utimens() 2121 return fs->op.utimens(path, tv, fi); in fuse_fs_utimens()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 3968 .utimens = ntfs_fuse_utimens,
|
Completed in 22 milliseconds