Home
last modified time | relevance | path

Searched refs:do_symlink (Results 1 - 3 of 3) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_symlink.c93 int do_symlink(const char *target, int newfd, const char *path) in do_symlink() function
173 return do_symlink(target, AT_FDCWD, path); in symlink()
178 return do_symlink(target, newdirfd, path); in symlinkat()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c621 static void do_symlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_symlink() function
1243 [FUSE_SYMLINK] = { do_symlink, "SYMLINK" },
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c1276 static void do_symlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
2572 [FUSE_SYMLINK] = { do_symlink, "SYMLINK" },

Completed in 8 milliseconds