OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoteClientPath
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.cpp
78
static int RunProgramRemotelyWithTimeout(StringRef
RemoteClientPath
,
88
int ReturnCode = sys::ExecuteAndWait(
RemoteClientPath
, Args, nullptr,
742
if (
RemoteClientPath
.empty())
745
ProgramArgs.push_back(
RemoteClientPath
.c_str());
784
if (
RemoteClientPath
.empty()) {
800
return RunProgramRemotelyWithTimeout(
RemoteClientPath
,
[
all
...]
ToolRunner.h
40
std::string
RemoteClientPath
; // The path to the rsh / ssh executable.
44
: CCPath(ccPath),
RemoteClientPath
(RemotePath) {
/external/swiftshader/third_party/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());
[
all
...]
Completed in 156 milliseconds