Searched refs:stdout_path (Results 1 – 4 of 4) 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 | 112 const char *stdout_path, in tst_run_cmd_() argument 120 if (stdout_path != NULL) { in tst_run_cmd_() 121 stdout_fd = open(stdout_path, in tst_run_cmd_() 127 stdout_path, __FILE__, __LINE__); in tst_run_cmd_() 146 stdout_path, __FILE__, __LINE__); in tst_run_cmd_()
|
/external/ltp/testcases/lib/ |
D | tst_rod.c | 33 char *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in main() local 45 stdout_path = argv[i]+1; in main() 53 stdout_path = argv[i]; in main() 107 if (stdout_path) { in main() 113 if (open(stdout_path, O_CREAT|O_WRONLY|O_TRUNC, 0777) < 0) { in main()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1100 const char *stdout_path, 1118 'stdout_path' and 'stderr_path' determine where to redirect the program
|