/aosp_15_r20/external/fmtlib/src/ |
H A D | os.cc | 295 void file::dup2(int fd) { in dup2() function in file 305 void file::dup2(int fd, std::error_code& ec) noexcept { in dup2() function in file
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/internal/testcshared/testdata/libgo2/ |
D | dup3.go | 11 func dup2(oldfd, newfd int) error { func
|
D | dup2.go | 11 func dup2(oldfd, newfd int) error { func
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | dup2.c | 21 dup2(int fd1, int fd2) in dup2() function
|
/aosp_15_r20/external/musl/src/unistd/ |
H A D | dup2.c | 6 int dup2(int old, int new) in dup2() function
|
/aosp_15_r20/external/trusty/musl/src/unistd/ |
D | dup2.c | 6 int dup2(int old, int new) in dup2() function
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | dup2.c | 20 dup2(int fd1, int fd2) in dup2() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | dup.cpp | 41 int dup2(int old_fd, int new_fd) { in dup2() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/io/ |
D | dup.rs | 89 pub fn dup2<Fd: AsFd>(fd: Fd, new: &mut OwnedFd) -> io::Result<()> { in dup2() function
|
/aosp_15_r20/external/AFLplusplus/utils/socket_fuzzing/ |
H A D | socketfuzz.c | 56 int dup2(int old, int new) { in dup2() function
|
/aosp_15_r20/external/llvm-libc/src/spawn/linux/ |
H A D | posix_spawn.cpp | 58 bool dup2(int fd, int newfd) { in dup2() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/ |
H A D | switch-stdout.rs | 20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/ |
H A D | switch-stdout.rs | 20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/ |
H A D | switch-stdout.rs | 20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/tests/ |
H A D | switch-stdout.rs | 20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/ |
H A D | switch-stdout.rs | 20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | posixfile.py | 107 def dup2(self, fd): member in _posixfile_
|
/aosp_15_r20/external/strace/ |
H A D | desc.c | 63 SYS_FUNC(dup2) in SYS_FUNC() argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xw32defs.h | 20 # define dup2 _dup2 macro
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xw32defs.h | 20 # define dup2 _dup2 macro
|
/aosp_15_r20/system/libbase/ |
H A D | cmsg_test.cpp | 47 int dup2 = dup(tmp2.fd); in SetUp() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/io/ |
D | syscalls.rs | 312 pub(crate) fn dup2(fd: BorrowedFd<'_>, new: &mut OwnedFd) -> io::Result<()> { in dup2() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/io/ |
D | syscalls.rs | 300 pub(crate) fn dup2(fd: BorrowedFd<'_>, new: &mut OwnedFd) -> io::Result<()> { in dup2() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/io/ |
H A D | io_win32.cc | 347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
|