Lines Matching refs:string
43 static void OnStream(std::string* string, FILE* stream, const char* buffer, int length) {
44 if (string != nullptr) {
45 string->append(buffer, length);
57 // stream or to a string
63 DefaultStandardStreamsCallback(std::string* stdout_str, std::string* stderr_str)
80 std::string* stdout_str_;
81 std::string* stderr_str_;
95 const std::string& command, bool disable_shell_protocol,