Searched refs:oldfilename (Results 1 – 3 of 3) sorted by relevance
/third_party/rust/crates/nix/test/ |
D | test_unistd.rs | 899 let oldfilename = "foo.txt"; in test_linkat_file() localVariable 900 let oldfilepath = tempdir.path().join(oldfilename); in test_linkat_file() 916 oldfilename, in test_linkat_file() 931 let oldfilename = "foo.txt"; in test_linkat_olddirfd_none() localVariable 932 let oldfilepath = tempdir_oldfile.path().join(oldfilename); in test_linkat_olddirfd_none() 953 oldfilename, in test_linkat_olddirfd_none() 968 let oldfilename = "foo.txt"; in test_linkat_newdirfd_none() localVariable 969 let oldfilepath = tempdir_oldfile.path().join(oldfilename); in test_linkat_newdirfd_none() 990 oldfilename, in test_linkat_newdirfd_none() 1010 let oldfilename = "foo.txt"; in test_linkat_no_follow_symlink() localVariable [all …]
|
/third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
D | symlinkat01.c | 126 static int mysymlinkat(const char *oldfilename, in mysymlinkat() argument 129 return ltp_syscall(__NR_symlinkat, oldfilename, newdirfd, newfilename); in mysymlinkat()
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat01.c | 192 static int mylinkat(int olddirfd, const char *oldfilename, int newdirfd, in mylinkat() argument 195 return ltp_syscall(__NR_linkat, olddirfd, oldfilename, newdirfd, in mylinkat()
|