Searched refs:execCmd (Results 1 – 1 of 1) sorted by relevance
72 static int execCmd(std::string_view args, borrowed_fd in, borrowed_fd out, borrowed_fd err) { in execCmd() function106 unique_fd result = StartCommandInProcess(std::string(name), &execCmd, protocol); in main()