Home
last modified time | relevance | path

Searched defs:dup2 (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/fmtlib/src/
H A Dos.cc295 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/
Ddup3.go11 func dup2(oldfd, newfd int) error { func
Ddup2.go11 func dup2(oldfd, newfd int) error { func
/aosp_15_r20/external/python/cpython3/Python/
Ddup2.c21 dup2(int fd1, int fd2) in dup2() function
/aosp_15_r20/external/musl/src/unistd/
H A Ddup2.c6 int dup2(int old, int new) in dup2() function
/aosp_15_r20/external/trusty/musl/src/unistd/
Ddup2.c6 int dup2(int old, int new) in dup2() function
/aosp_15_r20/external/python/cpython2/Python/
Ddup2.c20 dup2(int fd1, int fd2) in dup2() function
/aosp_15_r20/bionic/libc/bionic/
H A Ddup.cpp41 int dup2(int old_fd, int new_fd) { in dup2() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/io/
Ddup.rs89 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 Dsocketfuzz.c56 int dup2(int old, int new) { in dup2() function
/aosp_15_r20/external/llvm-libc/src/spawn/linux/
H A Dposix_spawn.cpp58 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 Dswitch-stdout.rs20 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 Dswitch-stdout.rs20 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 Dswitch-stdout.rs20 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 Dswitch-stdout.rs20 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 Dswitch-stdout.rs20 fn dup2(old: i32, new: i32) -> i32; in switch_stdout_to() function
/aosp_15_r20/external/python/cpython2/Lib/
Dposixfile.py107 def dup2(self, fd): member in _posixfile_
/aosp_15_r20/external/strace/
H A Ddesc.c63 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/
DXw32defs.h20 # define dup2 _dup2 macro
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h20 # define dup2 _dup2 macro
/aosp_15_r20/system/libbase/
H A Dcmsg_test.cpp47 int dup2 = dup(tmp2.fd); in SetUp() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/io/
Dsyscalls.rs312 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/
Dsyscalls.rs300 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 Dio_win32.cc347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dio_win32.cc347 int dup2(int fd1, int fd2) { return ::_dup2(fd1, fd2); } in dup2() function

12345678910>>...16