Searched refs:ErrorFile (Results 1 – 3 of 3) sorted by relevance
92 std::ifstream ErrorFile(StdOutFileName.c_str()); in RunProgramRemotelyWithTimeout() local93 if (ErrorFile) { in RunProgramRemotelyWithTimeout()94 std::copy(std::istreambuf_iterator<char>(ErrorFile), in RunProgramRemotelyWithTimeout()97 ErrorFile.close(); in RunProgramRemotelyWithTimeout()128 std::ifstream ErrorFile(ErrorFilename.c_str()); in ProcessFailure() local129 if (ErrorFile) { in ProcessFailure()130 std::copy(std::istreambuf_iterator<char>(ErrorFile), in ProcessFailure()133 ErrorFile.close(); in ProcessFailure()
81 llvm::SmallString<64> OutputFile, ErrorFile; in findResourceDir() local85 "" /*no-suffix*/, ErrorFile); in findResourceDir()87 llvm::FileRemover ErrorRemover(ErrorFile.c_str()); in findResourceDir()91 ErrorFile.str(), in findResourceDir()95 auto ErrorBuf = llvm::MemoryBuffer::getFile(ErrorFile.c_str()); in findResourceDir()
365 std::string ErrorFile = PerfData.str() + ".script.err.tmp"; in convertPerfDataToTrace() local371 StringRef(ErrorFile)}; // Stderr in convertPerfDataToTrace()