Home | History | Annotate | Download | only in API

Lines Matching defs:GetSTDERR

370 SBProcess::GetSTDERR (char *dst, size_t dst_len) const
377 bytes_read = process_sp->GetSTDERR (dst, dst_len, error);
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64,