reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
701 ProgramArgs.push_back(OutputBinary); 703 ProgramArgs.push_back(RemoteClientPath); 704 ProgramArgs.push_back(RemoteHost); 706 ProgramArgs.push_back("-l"); 707 ProgramArgs.push_back(RemoteUser); 710 ProgramArgs.push_back("-p"); 711 ProgramArgs.push_back(RemotePort); 714 ProgramArgs.push_back(RemoteExtra); 724 ProgramArgs.push_back(Exec); 729 ProgramArgs.push_back(Args[i]); 736 for (unsigned i = 0, e = ProgramArgs.size() - 1; i != e; ++i) errs() 737 << " " << ProgramArgs[i]; 745 int ExitCode = RunProgramWithTimeout(OutputBinary.str(), ProgramArgs, 759 return RunProgramRemotelyWithTimeout(RemoteClientPath, ProgramArgs,