Searched refs:ExecInProcess (Results 1 – 1 of 1) sorted by relevance
176 bool ExecInProcess(Command command, std::string* _Nonnull error);423 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess() function in __anon9d4e575d0111::Subprocess902 if (!subprocess->ExecInProcess(std::move(command), &error)) { in StartCommandInProcess()