Home
last modified time | relevance | path

Searched refs:renameat (Results 1 – 25 of 57) sorted by relevance

123

/third_party/rust/crates/rustix/tests/fs/
Drenameat.rs12 use rustix::fs::{cwd, openat, renameat, statat, AtFlags, Mode, OFlags}; in test_renameat()
25 renameat(&dir, "foo", &dir, "bar").unwrap(); in test_renameat()
35 use rustix::fs::{cwd, openat, renameat, statat, AtFlags, Mode, OFlags}; in test_renameat_overwrite()
49 renameat(&dir, "foo", &dir, "bar").unwrap(); in test_renameat_overwrite()
Dmain.rs39 mod renameat; module
/third_party/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c203 TEST(renameat(*(tc->oldfdptr), tc->oldpath, in renameat_verify()
226 if (TEST_ERRNO == 0 && renameat(*(tc->newfdptr), tc->newpath, in renameat_verify()
/third_party/ltp/include/lapi/
Drenameat.h15 static inline int renameat(int olddirfd, const char *oldpath, int newdirfd, in renameat() function
/third_party/musl/src/unistd/
Drenameat.c4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() function
/third_party/ltp/include/lapi/syscalls/
Dhppa.in10 renameat (__NR_openat + 7)
Daarch64.in39 renameat 38
Darc.in39 renameat 38
Dmips_n32.in258 renameat 6258
Dmips_n64.in254 renameat 5254
Ds390x.in240 renameat 295
Dia64.in259 renameat 1288
Dsparc64.in274 renameat 291
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Drenameat.c52 if (renameat(oldfd, oldPath, newfd, newPath) == -1) { in renameat_0100()
Dtest_src_functionalext_supplement_unistd.gni25 "renameat",
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs6 use nix::fcntl::{openat, readlinkat, renameat};
71 renameat(Some(old_dirfd), "old", Some(new_dirfd), "new").unwrap(); in test_renameat()
73 renameat(Some(old_dirfd), "old", Some(new_dirfd), "new").unwrap_err(), in test_renameat()
/third_party/rust/crates/rustix/src/fs/
Dat.rs177 pub fn renameat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat() function
185 backend::fs::syscalls::renameat( in renameat()
/third_party/rust/crates/rustix/src/io/
Dprocfs.rs22 cwd, fstat, fstatfs, major, openat, renameat, Dir, FileType, Mode, OFlags, Stat,
188 let err = renameat(file, cstr!("../."), file, cstr!(".")).unwrap_err(); in is_mountpoint()
/third_party/flutter/engine/flutter/fml/platform/posix/
Dfile_posix.cc210 return ::renameat(base_directory.get(), temp_file_name.c_str(), in WriteAtomically()
/third_party/NuttX/fs/vfs/
Dfs_rename.c237 int renameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in renameat() function
/third_party/musl/include/
Dstdio.h156 int renameat(int, const char *, int, const char *);
/third_party/musl/libc-test/src/api/
Dstdio.c81 {int(*p)(int,const char*,int,const char*) = renameat;} in f()
/third_party/musl/porting/linux/user/include/
Dstdio.h156 int renameat(int, const char *, int, const char *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h154 int renameat(int, const char *, int, const char *);
/third_party/musl/ndk_musl_include/
Dstdio.h154 int renameat(int, const char *, int, const char *);

123