Searched refs:fuse_fs_rename (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 567 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1186 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 265 err = fuse_fs_rename(d->next, newfrom, newto, flags); in subdir_rename()
|
H A D | iconv.c | 280 err = fuse_fs_rename(ic->next, newfrom, newto, flags); in iconv_rename()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 731 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath, in fuse_fs_rename() function 1117 err = fuse_fs_rename(f->fs, oldpath, newpath); in hide_node() 1717 err = fuse_fs_rename(f->fs, oldpath, newpath); in fuse_lib_rename()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1597 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath, in fuse_fs_rename() function 2416 err = fuse_fs_rename(f->fs, oldpath, newpath, 0); in hide_node() 3055 err = fuse_fs_rename(f->fs, oldpath, newpath, flags); in fuse_lib_rename()
|
Completed in 22 milliseconds