Searched refs:ErrorFile (Results 1 – 3 of 3) sorted by relevance
100 std::ifstream ErrorFile(StdOutFileName.c_str()); in RunProgramRemotelyWithTimeout() local101 if (ErrorFile) { in RunProgramRemotelyWithTimeout()102 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout()105 ErrorFile.close(); in RunProgramRemotelyWithTimeout()137 std::ifstream ErrorFile(ErrorFilename.c_str()); in ProcessFailure() local138 if (ErrorFile) { in ProcessFailure()139 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure()142 ErrorFile.close(); in ProcessFailure()
229 ccstr ErrorFile = {product}
212 ccstr ErrorFile = {product}