Searched refs:fuse_fs_symlink (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 571 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1190 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 250 err = fuse_fs_symlink(d->next, from, newpath); in subdir_symlink()
|
H A D | iconv.c | 263 err = fuse_fs_symlink(ic->next, newfrom, newto); in iconv_symlink()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 759 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() function 1684 err = fuse_fs_symlink(f->fs, linkname, path); in fuse_lib_symlink()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1638 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() function 3025 err = fuse_fs_symlink(f->fs, linkname, path); in fuse_lib_symlink()
|
Completed in 17 milliseconds