Searched refs:communicate_error (Results 1 – 1 of 1) sorted by relevance
2054 std::string communicate_error; in GeneratePluginOutput() local2055 if (!subprocess.Communicate(request, &response, &communicate_error)) { in GeneratePluginOutput()2056 *error = strings::Substitute("$0: $1", plugin_name, communicate_error); in GeneratePluginOutput()