Home
last modified time | relevance | path

Searched defs:stdin_fd (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/site_tests/security_Libcontainer/src/
Dlibcontainer_target_unittest.cc118 int stdin_fd; in TEST_F() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h429 int stdin_fd = GetInputFD(); in Run() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc334 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
Dsanitizer_win.cc868 fd_t stdin_fd, fd_t stdout_fd, fd_t stderr_fd) { in StartSubprocess()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cpp425 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
Dsanitizer_win.cpp1086 const char *const envp[], fd_t stdin_fd, fd_t stdout_fd, in StartSubprocess()
/external/openssh/regress/
Dnetcat.c779 int stdin_fd = STDIN_FILENO; in readwrite() local