Home
last modified time | relevance | path

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

/external/llvm/tools/bugpoint/
DToolRunner.cpp118 std::ifstream ErrorFile(StdOutFileName.c_str()); in RunProgramRemotelyWithTimeout() local
119 if (ErrorFile) { in RunProgramRemotelyWithTimeout()
120 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout()
123 ErrorFile.close(); in RunProgramRemotelyWithTimeout()
155 std::ifstream ErrorFile(ErrorFilename.c_str()); in ProcessFailure() local
156 if (ErrorFile) { in ProcessFailure()
157 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure()
160 ErrorFile.close(); in ProcessFailure()