/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab_mount.c | 163 if (pipe2(pipeFds, O_CLOEXEC) < 0) { in ExecCommand()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 219 return pipe2(fds, O_CLOEXEC | O_NONBLOCK) == 0; in CreateLocalNonBlockingPipe()
|
/third_party/libevdev/test/ |
H A D | test-libevdev-events.c | 144 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST() 1640 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST() 1766 rc = pipe2(pipefd, O_NONBLOCK); in START_TEST()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 722 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|
/foundation/communication/dsoftbus/core/connection/common/src/ |
H A D | softbus_base_listener.c | 1229 rc = pipe2(fds, O_CLOEXEC | O_NONBLOCK); in StartSelectThread()
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 985 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|
/third_party/rust/crates/nix/test/ |
H A D | test_unistd.rs | 733 // pipe2(2) is the same as pipe(2), except it allows setting some flags. Check 751 let (fd0, fd1) = pipe2(OFlag::O_CLOEXEC).unwrap(); in test_pipe2()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1181 pub fn pipe2(flags: OFlag) -> Result<(RawFd, RawFd)> { in pipe2() functions 1185 libc::pipe2(fds.as_mut_ptr() as *mut c_int, flags.bits()) in pipe2()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1549 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1672 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-util.c | 3663 if ((r = pipe2(pipefd, O_CLOEXEC)) >= 0) in pa_pipe_cloexec()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 1533 int ret = pipe2(fd, O_CLOEXEC);
in Pipe2() 2189 {"pipe2", nullptr, Pipe2, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/third_party/glfw/src/ |
H A D | wl_window.c | 1306 if (pipe2(fds, O_CLOEXEC) == -1) in readDataOfferAsString()
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 571 return pipe2(fds, O_CLOEXEC | O_NONBLOCK);
|
/third_party/libinput/test/ |
H A D | litest.c | 1144 rc = pipe2(pipefd, O_NONBLOCK); in litest_fork_subtests()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 3051 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 10291 res = pipe2(fds, O_CLOEXEC); in os_pipe_impl() 10327 os.pipe2 10348 res = pipe2(fds, flags); in os_pipe2_impl()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3874 pub fn pipe2(fds: *mut ::c_int, flags: ::c_int) -> ::c_int; in pipe2() functions
|