Searched refs:do_symlink (Results 1 - 3 of 3) sorted by relevance
/third_party/NuttX/fs/vfs/ |
H A D | fs_symlink.c | 93 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 D | fuse_lowlevel.c | 621 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 D | fuse_lowlevel.c | 1276 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