Searched defs:exec_cmd (Results 1 – 9 of 9) sorted by relevance
168 set(exec_cmd ${ARGV}) variable170 set(exec_cmd ${MOD_ARGS_COMMAND}) variable
31 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function86 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd() function
123 Args(std::initializer_list<std::string> _cmd = {}) : exec_cmd(_cmd) {} in exec_cmd() function127 std::vector<std::string> exec_cmd; member
37 int exec_cmd(int *monitored_pid) in exec_cmd() function
93 static int exec_cmd(const std::vector<std::string>& args) { in exec_cmd() function
57 const char* exec_cmd = nullptr; member
51 static gatekeeper_error_t exec_cmd(void (GateKeeper::*operation)(const Request&, in exec_cmd() function
180 def exec_cmd(args, pm, stage, command): function