| 340 | Process::~Process() {} |
| 341 | |
| 342 | Status Process::SetExecutable(const std::string& path) { |
| 343 | return impl_->SetExecutable(path); |
| 344 | } |
| 345 | |
| 346 | void Process::SetArgs(const std::vector<std::string>& args) { impl_->SetArgs(args); } |
| 347 |
no outgoing calls