/bionic/libc/bionic/ |
link.cpp | 33 return linkat(AT_FDCWD, old_path, AT_FDCWD, new_path, 0);
|
/bionic/libc/arch-arm64/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 14 END(linkat)
|
/bionic/libc/arch-mips/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 19 END(linkat)
|
/bionic/libc/arch-x86_64/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 16 END(linkat)
|
/bionic/libc/arch-arm/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 22 END(linkat)
|
/bionic/libc/arch-mips64/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 25 END(linkat)
|
/bionic/libc/arch-x86/syscalls/ |
linkat.S | 5 ENTRY(linkat) function 49 END(linkat)
|
/external/strace/ |
link.c | 49 SYS_FUNC(linkat)
|
sys_func.h | 111 extern SYS_FUNC(linkat);
|
/external/valgrind/memcheck/tests/solaris/ |
syscall_at.c | 24 /* linkat */ 25 linkat(dfd, FILENAME, dfd, FILENAME, 0); 26 linkat(0x9879151, DIRECTORY FILENAME, 0x9879152, DIRECTORY FILENAME, 0); 27 linkat(AT_FDCWD, FILENAME, AT_FDCWD, FILENAME, 0); 28 linkat(0x9879153, FILENAME, 0x9879154, FILENAME, 0); /* warning for this one */
|
syscall_at.stderr.exp | 2 Warning: invalid file descriptor 159879507 in syscall linkat() 3 Warning: invalid file descriptor 159879508 in syscall linkat()
|
/external/ltp/testcases/kernel/syscalls/ |
Makefile | 40 linkat kill mallopt memmap mq_notify mq_open mq_timedreceive \
|
/external/toybox/lib/ |
portability.h | 115 int linkat(int fd1, const char *path1, int fd2, const char *path2, int flag);
|
/bionic/tests/ |
fcntl_test.cpp | 326 ASSERT_EQ(0, linkat(AT_FDCWD, android::base::StringPrintf("/proc/self/fd/%d", fd).c_str(), 339 ASSERT_EQ(-1, linkat(AT_FDCWD, android::base::StringPrintf("/proc/self/fd/%d", fd).c_str(),
|
/bionic/libc/include/ |
unistd.h | 130 int linkat(int __old_dir_fd, const char* __old_path, int __new_dir_fd, const char* __new_path, int __flags) __INTRODUCED_IN(21);
|
/bionic/tests/headers/posix/ |
unistd_h.c | 340 FUNCTION(linkat, int (*f)(int, const char*, int, const char*, int));
|
/external/strace/linux/32/ |
syscallent.h | 41 [ 37] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/toybox/toys/posix/ |
cp.c | 217 if (!linkat(tfd, try->name, cfd, catch, 0)) err = 0;
|
/system/core/debuggerd/tombstoned/ |
tombstoned.cpp | 358 // linkat doesn't let us replace a file, so we need to unlink first. 365 rc = linkat(AT_FDCWD, fd_path.c_str(), AT_FDCWD, tombstone_path.c_str(), AT_SYMLINK_FOLLOW);
|
/external/strace/linux/64/ |
syscallent.h | 38 [ 37] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/strace/linux/avr32/ |
syscallent.h | 280 [251] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/strace/linux/hppa/ |
syscallent.h | 289 [283] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 266 [265] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/strace/linux/xtensa/ |
syscallent.h | 285 [293] = { 5, TD|TF, SEN(linkat), "linkat" },
|
/external/strace/linux/arm/ |
syscallent.h | 358 [330] = { 5, TD|TF, SEN(linkat), "linkat" },
|