Searched defs:renameat (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/src/unistd/ |
H A D | renameat.c | 4 int renameat(int oldfd, const char *old, int newfd, const char *new) in renameat() function
|
/third_party/ltp/include/lapi/ |
H A D | renameat.h | 15 static inline int renameat(int olddirfd, const char *oldpath, int newdirfd, in renameat() function
|
/third_party/rust/crates/rustix/tests/fs/ |
H A D | main.rs | 39 mod renameat; modules
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | at.rs | 177 pub fn renameat<P: path::Arg, Q: path::Arg, PFd: AsFd, QFd: AsFd>( in renameat() functions
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_rename.c | 237 int renameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in renameat() function
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 220 pub fn renameat<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in renameat() functions
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 632 pub fn renameat( in renameat() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 843 pub fn renameat( in renameat() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3569 pub fn renameat( in renameat() functions
|
Completed in 19 milliseconds