Searched refs:ReportError (Results 1 – 3 of 3) sorted by relevance
798 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message) { in ReportError() function863 *error_fd = ReportError(error_protocol, "failed to allocate new subprocess"); in StartSubprocess()870 *error_fd = ReportError(error_protocol, error); in StartSubprocess()880 *error_fd = ReportError(error_protocol, error); in StartSubprocess()898 return ReportError(protocol, "failed to allocate new subprocess"); in StartCommandInProcess()904 return ReportError(protocol, error); in StartCommandInProcess()913 return ReportError(protocol, error); in StartCommandInProcess()
55 unique_fd ReportError(SubprocessProtocol protocol, const std::string& message);
72 return ReportError(kErrorProtocol, "abb is unavailable"); in sendCommand()