Home
last modified time | relevance | path

Searched refs:communicate_error (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1570 string communicate_error; in GeneratePluginOutput() local
1571 if (!subprocess.Communicate(request, &response, &communicate_error)) { in GeneratePluginOutput()
1572 *error = strings::Substitute("$0: $1", plugin_name, communicate_error); in GeneratePluginOutput()