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

  /external/llvm/tools/bugpoint/
ToolRunner.h 41 sys::Path RemoteClientPath; // The path to the rsh / ssh executable.
45 : GCCPath(gccPath), RemoteClientPath(RemotePath) {
ToolRunner.cpp 89 static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args,
813 if (RemoteClientPath.isEmpty())
816 ProgramArgs.push_back(RemoteClientPath.c_str());
855 if (RemoteClientPath.isEmpty()) {
    [all...]

Completed in 1178 milliseconds