OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteClientPath
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.cpp
89
static int RunProgramRemotelyWithTimeout(const sys::Path &
RemoteClientPath
,
111
int ReturnCode = sys::Program::ExecuteAndWait(
RemoteClientPath
, Args,
727
if (
RemoteClientPath
.isEmpty())
730
ProgramArgs.push_back(
RemoteClientPath
.c_str());
769
if (
RemoteClientPath
.isEmpty()) {
785
return RunProgramRemotelyWithTimeout(sys::Path(
RemoteClientPath
),
[
all
...]
ToolRunner.h
41
sys::Path
RemoteClientPath
; // The path to the rsh / ssh executable.
45
: GCCPath(gccPath),
RemoteClientPath
(RemotePath) {
Completed in 93 milliseconds