Lines Matching full:program
1 //===- Win32/Program.cpp - Win32 Program Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Program class.
37 // This function just uses the PATH environment variable to find the program.
40 if (progName.length() == 0) // no program
175 StringRef Program,
181 if (!sys::fs::can_execute(Program)) {
183 *ErrMsg = "program not executable";
301 std::string ProgramStr = Program;
315 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '") +
371 MakeErrMsg(ErrMsg, "Failed to terminate timed-out program.");
385 MakeErrMsg(ErrMsg, "Failed getting status for program.");
403 static int Wait(void *&Data, StringRef Program, unsigned secondsToWait,