Home
last modified time | relevance | path

Searched defs:renameat (Results 1 - 9 of 9) sorted by relevance

/third_party/musl/src/unistd/
H A Drenameat.c4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() function
/third_party/ltp/include/lapi/
H A Drenameat.h15 static inline int renameat(int olddirfd, const char *oldpath, int newdirfd, in renameat() function
/third_party/rust/crates/rustix/tests/fs/
H A Dmain.rs39 mod renameat; modules
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs177 pub fn renameat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat() functions
/third_party/NuttX/fs/vfs/
H A Dfs_rename.c237 int renameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in renameat() function
/third_party/rust/crates/nix/src/
H A Dfcntl.rs220 pub fn renameat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs632 pub fn renameat( in renameat() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs843 pub fn renameat( in renameat() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3569 pub fn renameat( in renameat() functions

Completed in 19 milliseconds