Searched refs:RemoteClientPath (Results 1 – 2 of 2) sorted by relevance
87 static int RunProgramRemotelyWithTimeout(StringRef RemoteClientPath, in RunProgramRemotelyWithTimeout() argument106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr, in RunProgramRemotelyWithTimeout()760 if (RemoteClientPath.empty()) in ExecuteProgram()763 ProgramArgs.push_back(RemoteClientPath.c_str()); in ExecuteProgram()802 if (RemoteClientPath.empty()) { in ExecuteProgram()818 return RunProgramRemotelyWithTimeout(RemoteClientPath, in ExecuteProgram()918 std::string RemoteClientPath; in create() local926 RemoteClientPath = *Path; in create()930 return new GCC(*GCCPath, RemoteClientPath, Args); in create()
40 std::string RemoteClientPath; // The path to the rsh / ssh executable. variable44 : GCCPath(gccPath), RemoteClientPath(RemotePath) { in GCC()