Searched refs:do_symlink (Results 1 – 8 of 8) sorted by relevance
/external/openssh/ |
D | sftp-client.h | 110 int do_symlink(struct sftp_conn *, const char *, const char *);
|
D | sftp-client.c | 966 do_symlink(struct sftp_conn *conn, const char *oldpath, const char *newpath) in do_symlink() function
|
D | sftp.c | 1591 err = (sflag ? do_symlink : do_hardlink)(conn, path1, path2); in parse_dispatch_command()
|
/external/libfuse/ |
D | Android.patch | 98 [FUSE_SYMLINK] = { do_symlink, "SYMLINK" },
|
/external/e2fsprogs/debugfs/ |
D | debugfs.h | 173 extern void do_symlink(int argc, char **argv, int sci_idx, void *infop);
|
D | debug_cmds.ct | 169 request do_symlink, "Create a symbolic link",
|
D | debugfs.c | 2378 void do_symlink(int argc, char *argv[], int sci_idx EXT2FS_ATTR((unused)), in do_symlink() function
|
/external/libfuse/lib/ |
D | fuse_lowlevel.c | 1344 static void do_symlink(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) in do_symlink() function 2554 [FUSE_SYMLINK] = { do_symlink, "SYMLINK" },
|