Home
last modified time | relevance | path

Searched defs:PutSTDIN (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp139 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp824 size_t ProcessFreeBSD::PutSTDIN(const char *buf, size_t len, Status &error) { in PutSTDIN() function in ProcessFreeBSD
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1995 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
/external/llvm-project/lldb/source/API/
DSBProcess.cpp259 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3050 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote