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.h34 int tst_run_cmd_fds_(void (cleanup_fn)(void),
61 return tst_run_cmd_fds_(NULL, argv, in tst_run_cmd_fds()
80 return tst_run_cmd_fds_(cleanup_fn, argv, in tst_run_cmd_fds()
/external/ltp/lib/
Dtst_run_cmd.c34 int tst_run_cmd_fds_(void (cleanup_fn)(void), in tst_run_cmd_fds_() function