HomeSort by relevance Sort by last modified time
    Searched refs:RemoteClientPath (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/bugpoint/
ToolRunner.cpp 86 static int RunProgramRemotelyWithTimeout(StringRef RemoteClientPath,
105 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, 0,
758 if (RemoteClientPath.empty())
761 ProgramArgs.push_back(RemoteClientPath.c_str());
800 if (RemoteClientPath.empty()) {
816 return RunProgramRemotelyWithTimeout(RemoteClientPath,
    [all...]
ToolRunner.h 40 std::string RemoteClientPath; // The path to the rsh / ssh executable.
44 : GCCPath(gccPath), RemoteClientPath(RemotePath) {

Completed in 34 milliseconds