MCPcopy Create free account
hub / github.com/apache/impala / Call

Method Call

be/src/kudu/util/subprocess.cc:725–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725Status Subprocess::Call(const string& arg_str) {
726 vector<string> argv = Split(arg_str, " ");
727 return Call(argv, "", nullptr, nullptr);
728}
729
730Status Subprocess::Call(const vector<string>& argv,
731 const string& stdin_in,

Callers

nothing calls this directly

Calls 15

SplitFunction · 0.85
moveFunction · 0.85
writeFunction · 0.85
ErrnoToStringFunction · 0.85
ReadFdsFullyFunction · 0.85
RuntimeErrorFunction · 0.85
OKFunction · 0.85
ShareParentStdoutMethod · 0.80
ShareParentStderrMethod · 0.80
SetEnvVarsMethod · 0.80
to_child_stdin_fdMethod · 0.80
ReleaseChildStdinFdMethod · 0.80

Tested by

no test coverage detected