Home
last modified time | relevance | path

Searched defs:stdout_fd (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ltp/include/
H A Dtst_cmd.h56 int stdout_fd, in tst_cmd_fds()
75 int stdout_fd, in tst_cmd_fds()
/aosp_15_r20/tools/netsim/rust/common/src/util/
H A Dos_utils.rs181 let stdout_fd = std::io::stdout().as_raw_fd(); in redirect_std_stream() localVariable
185 let stdout_fd = in redirect_std_stream() localVariable
/aosp_15_r20/external/ltp/lib/
H A Dtst_cmd.c49 int stdout_fd, in tst_cmd_fds_()
136 int stdout_fd = -1; in tst_cmd_() local
/aosp_15_r20/external/fmtlib/test/
H A Dposix-mock-test.cc338 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local
347 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local
355 int stdout_fd = FMT_POSIX(fileno(stdout)); in TEST() local
/aosp_15_r20/external/ltp/lib/tests/
H A Dtrerrno.c43 int fd, stdout_fd; in main() local
/aosp_15_r20/external/pigweed/pw_log/rust/
H A Dprintf_backend_test.rs66 let stdout_fd = stdout.as_raw_fd(); in run_with_capture() localVariable
/aosp_15_r20/system/update_engine/common/
H A Dsubprocess.cc298 int stdout_fd = proc.GetPipe(STDOUT_FILENO); in SynchronousExecFlags() local
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc334 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
H A Dsanitizer_win.cc868 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/aosp_15_r20/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.cpp301 int stdout_fd[2]; in RunCmd() local