Lines Matching refs:Command
164 Command::ParameterBuilder::~ParameterBuilder() { Build(); } in ~ParameterBuilder()
165 void Command::ParameterBuilder::Build() { in Build()
173 Command::~Command() { in ~Command()
184 bool Command::BuildParameter(std::stringstream* stream, SharedFD shared_fd) { in BuildParameter()
200 bool Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
218 bool Command::RedirectStdIO(Subprocess::StdIOChannel subprocess_channel, in RedirectStdIO()
224 Subprocess Command::Start(SubprocessOptions options) const { in Start()
312 int RunWithManagedStdio(Command&& cmd_tmp, const std::string* stdin, in RunWithManagedStdio()
328 Command cmd = std::move(cmd_tmp); in RunWithManagedStdio()
399 Command forceDelete = std::move(cmd); in RunWithManagedStdio()
419 Command cmd(command[0]); in execute()
431 Command cmd(command[0]); in execute()