Searched refs:exec_out2file (Results 1 – 5 of 5) sorted by relevance
7 int exec_out2file(const char *outfile, const char *fmt, ...);
122 int exec_out2file(const char *outfile, const char *fmt, ...) in exec_out2file() function
80 return exec_out2file(NULL, "mkdir -p %s", path); in mkdir_p()
174 if (exec_out2file(NULL, "reboot") == -1) in event_handle()
173 const int res = exec_out2file(despath, cmd); in get_log_cmd()
Completed in 7 milliseconds