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