Home
last modified time | relevance | path

Searched refs:tst_run_cmd (Results 1 – 8 of 8) sorted by relevance

/external/ltp/include/
Dtst_cmd.h65 static inline int tst_run_cmd(const char *const argv[], in tst_run_cmd() function
84 static inline int tst_run_cmd(void (cleanup_fn)(void), in tst_run_cmd() function
/external/ltp/lib/
Dtst_module.c97 tst_run_cmd(cleanup_fn, mod_argv, NULL, NULL, 0); in tst_module_load()
109 rc = tst_run_cmd(NULL, argv, "/dev/null", "/dev/null", 1); in tst_module_unload()
Dtst_mkfs.c71 ret = tst_run_cmd(cleanup_fn, argv, "/dev/null", NULL, 1); in tst_mkfs()
/external/ltp/testcases/kernel/input/
Dinput_helper.c95 ret = tst_run_cmd(NULL, argv, NULL, NULL, 1); in try_load_uinput()
111 ret = tst_run_cmd(NULL, argv, NULL, NULL, 1); in unload_uinput()
/external/ltp/testcases/kernel/syscalls/swapon/
Dlibswapon.c48 tst_run_cmd(cleanup, argv, "/dev/null", "/dev/null", 0); in make_swapfile()
/external/ltp/tools/apicmds/
Dltpapicmd.c123 tst_run_cmd(NULL, cmd, NULL, NULL, 0); in tst_cat_file()
/external/ltp/doc/
Dtest-writing-guidelines.txt990 int tst_run_cmd(const char *const argv[],
996 'tst_run_cmd' is a wrapper for 'vfork() + execvp()' which provides a way
1002 A non-zero 'pass_exit_val' makes 'tst_run_cmd' return the program exit code to
1003 the caller. A zero for 'pass_exit_val' makes 'tst_run_cmd' exit the tests
1021 tst_run_cmd(cmd, "log.txt", NULL, 0);
/external/ltp/
Dgen.bp16266 "lib/tst_run_cmd.c",