Searched defs:PutSTDIN (Results 1 – 5 of 5) sorted by relevance
139 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
824 size_t ProcessFreeBSD::PutSTDIN(const char *buf, size_t len, Status &error) { in PutSTDIN() function in ProcessFreeBSD
1995 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
259 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
3050 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote