Searched defs:PutSTDIN (Results 1 – 4 of 4) sorted by relevance
135 size_t ProcessWindows::PutSTDIN(const char *buf, size_t buf_size, in PutSTDIN() function in lldb_private::ProcessWindows
247 size_t SBProcess::PutSTDIN(const char *src, size_t src_len) { in PutSTDIN() function in SBProcess
2005 virtual size_t PutSTDIN(const char *buf, size_t buf_size, Status &error) { in PutSTDIN() function
2869 size_t ProcessGDBRemote::PutSTDIN(const char *src, size_t src_len, in PutSTDIN() function in ProcessGDBRemote