Home
last modified time | relevance | path

Searched refs:tst_run_cmd_fds (Results 1 – 2 of 2) sorted by relevance

/external/ltp/include/
Dtst_cmd.h56 static inline int tst_run_cmd_fds(const char *const argv[], in tst_run_cmd_fds() function
74 static inline int tst_run_cmd_fds(void (cleanup_fn)(void), in tst_run_cmd_fds() function
/external/ltp/lib/
Dtst_run_cmd.c140 rc = tst_run_cmd_fds(cleanup_fn, argv, stdout_fd, stderr_fd, in tst_run_cmd_()