Searched refs:StartCommandInProcess (Results 1 – 4 of 4) sorted by relevance
52 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol);
98 unique_fd result = StartCommandInProcess(std::string(name), &execCmd, protocol); in main()
73 command_fd_ = StartCommandInProcess(std::move(name), std::move(command), protocol); in StartTestCommandInProcess()
853 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol) { in StartCommandInProcess() function