Home
last modified time | relevance | path

Searched refs:symlinkat (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dsymlinkat.c32 char *file_name = "/data/symlinkat.txt"; in symlinkat_0100()
55 if (symlinkat(file_name, fdd, symlink_name) < 0) { in symlinkat_0100()
56 t_error("%s symlinkat failed", __func__); in symlinkat_0100()
84 char *file_name = "/data/symlinkat.txt"; in symlinkat_0200()
102 if (symlinkat(file_name, fd, symlink_name) < 0) { in symlinkat_0200()
103 t_error("%s symlinkat failed", __func__); in symlinkat_0200()
H A Dreadlinkat.c125 result = symlinkat(filename, fd, linkfilename); in readlinkat_0200()
/third_party/rust/crates/rustix/tests/fs/
H A Dopenat2.rs2 use rustix::fs::{cwd, mkdirat, openat, openat2, symlinkat, Mode, OFlags, ResolveFlags};
52 symlinkat("test.txt", &dir, "symlink.txt").unwrap(); in test_openat2()
/third_party/musl/src/unistd/
H A Dsymlinkat.c4 int symlinkat(const char *existing, int fd, const char *new) in symlinkat() function
/third_party/libfuse/example/
H A Dpassthrough_helpers.h42 res = symlinkat(link, dirfd, path); in mknod_wrapper()
H A Dpassthrough_hp.cc434 res = symlinkat(link, inode_p.fd, name); in mknod_symlink()
/third_party/ltp/testcases/kernel/syscalls/
H A DMakefile31 setdomainname sethostname symlinkat ulimit ustat vfork vhangup vmsplice
/third_party/NuttX/fs/vfs/
H A Dfs_symlink.c176 int symlinkat(const char *target, int newdirfd, const char *path) in symlinkat() function
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c212 if (!symlinkat(s, cfd, catch)) { in cp_node()
228 !symlinkat(toybuf, cfd, catch))) in cp_node()
/third_party/toybox/toys/posix/
H A Dcp.c239 if (!symlinkat(s, cfd, catch)) { in cp_node()
255 !symlinkat(toybuf, cfd, catch))) in cp_node()
/third_party/rust/crates/nix/test/
H A Dtest_unistd.rs876 symlinkat(&target, None, &linkpath).unwrap(); in test_symlinkat()
885 symlinkat(target, Some(dirfd), linkpath).unwrap(); in test_symlinkat()
1023 symlinkat(&oldfilepath, None, &symoldfilepath).unwrap(); in test_linkat_no_follow_symlink()
1066 symlinkat(&oldfilepath, None, &symoldfilepath).unwrap(); in test_linkat_follow_symlink()
/third_party/rust/crates/rustix/src/fs/
H A Dmod.rs95 linkat, mkdirat, openat, readlinkat, renameat, statat, symlinkat, unlinkat, utimensat, RawMode,
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h59 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h57 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h63 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h59 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h57 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h63 int symlinkat(const char *, int, const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h57 int symlinkat(const char *, int, const char *);
/third_party/musl/include/
H A Dunistd.h73 int symlinkat(const char *, int, const char *);
/third_party/musl/libc-test/src/api/
H A Dunistd.c320 {int(*p)(const char*,int,const char*) = symlinkat;} in f()
/third_party/rust/crates/libc/src/
H A Dwasi.rs638 pub fn symlinkat( in symlinkat() functions
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs387 pub(crate) fn symlinkat(
393 ret(c::symlinkat(
/third_party/rust/crates/nix/src/
H A Dunistd.rs606 /// See also [symlinkat(2)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/symlinkat.html).
608 pub fn symlinkat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in symlinkat() functions
616 libc::symlinkat( in symlinkat()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs849 pub fn symlinkat( in symlinkat() functions

Completed in 39 milliseconds

12