Searched refs:stdout_path (Results 1 – 3 of 3) sorted by relevance
/external/ltp/include/ |
D | tst_cmd.h | 51 const char *stdout_path, 66 const char *stdout_path, in tst_run_cmd() argument 71 stdout_path, stderr_path, pass_exit_val); in tst_run_cmd() 86 const char *stdout_path, in tst_run_cmd() argument 91 stdout_path, stderr_path, pass_exit_val); in tst_run_cmd()
|
/external/ltp/lib/ |
D | tst_run_cmd.c | 106 const char *stdout_path, in tst_run_cmd_() argument 114 if (stdout_path != NULL) { in tst_run_cmd_() 115 stdout_fd = open(stdout_path, in tst_run_cmd_() 121 stdout_path, __FILE__, __LINE__); in tst_run_cmd_() 140 stdout_path, __FILE__, __LINE__); in tst_run_cmd_()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 991 const char *stdout_path, 1009 'stdout_path' and 'stderr_path' determine where to redirect the program
|