Searched refs:fuse_fs_symlink (Results 1 – 5 of 5) sorted by relevance
/external/libfuse/lib/ |
D | fuse_versionscript | 80 fuse_fs_symlink;
|
D | fuse.c | 1687 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() function 3064 err = fuse_fs_symlink(f->fs, linkname, path); in fuse_lib_symlink()
|
/external/libfuse/include/ |
D | fuse.h | 1131 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname,
|
/external/libfuse/lib/modules/ |
D | subdir.c | 250 err = fuse_fs_symlink(d->next, from, newpath); in subdir_symlink()
|
D | iconv.c | 262 err = fuse_fs_symlink(ic->next, newfrom, newto); in iconv_symlink()
|