Home
last modified time | relevance | path

Searched refs:stdout_path (Results 1 – 17 of 17) sorted by relevance

/external/ltp/include/
Dtst_cmd.h51 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/testcases/lib/
Dtst_rod.c20 char *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in main() local
32 stdout_path = argv[i]+1; in main()
40 stdout_path = argv[i]; in main()
94 if (stdout_path) { in main()
100 if (open(stdout_path, O_CREAT|O_WRONLY|O_TRUNC, 0777) < 0) { in main()
103 argv[0], stdout_path, strerror(errno)); in main()
/external/arm-trusted-firmware/plat/rockchip/common/
Dparams_setup.c54 const char *stdout_path; in plat_rockchip_dt_process_fdt_uart() local
66 stdout_path = fdt_getprop(fdt, node_offset, prop_name, in plat_rockchip_dt_process_fdt_uart()
68 if (stdout_path == NULL) in plat_rockchip_dt_process_fdt_uart()
75 if (strncmp("serial", stdout_path, 6) != 0) in plat_rockchip_dt_process_fdt_uart()
78 serial_char = stdout_path[6]; in plat_rockchip_dt_process_fdt_uart()
112 separator = strchr(stdout_path, ':'); in plat_rockchip_dt_process_fdt_uart()
/external/ltp/lib/
Dtst_run_cmd.c112 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/llvm-project/lldb/test/API/python_api/target/
DTestTargetAPI.py363 stdout_path = lldbutil.append_to_process_working_directory(self,
366 stdout_path = local_path
373 stdout_path,
384 lldb.SBFileSpec(stdout_path),
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h85 const char *stdout_path, const char *stderr_path,
97 const char *stdin_path, const char *stdout_path, const char *stderr_path,
DMachProcess.mm3079 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3164 argv, envp, working_directory, stdin_path, stdout_path, stderr_path,
3227 const char *stdin_path, const char *stdout_path, const char *stderr_path,
3237 stdin_path, stdout_path, stderr_path, no_stdio);
3320 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL &&
3324 stdin_path = stdout_path = stderr_path = pty.SecondaryName();
3331 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0')
3332 stdout_path = "/dev/null";
3346 &file_actions, STDOUT_FILENO, stdout_path,
3352 stdout_path);
/external/llvm-project/lldb/include/lldb/API/
DSBProcess.h83 const char *stdin_path, const char *stdout_path,
DSBTarget.h175 const char *stdout_path, const char *stderr_path,
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i123 const char *stdout_path,
DSBTarget.i201 const char *stdout_path,
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.h49 const char *stdin_path, const char *stdout_path, const char *stderr_path,
DDNB.cpp325 const char *stdin_path, const char *stdout_path, const char *stderr_path, in DNBProcessLaunch() argument
336 stdout_path, stderr_path, no_stdio, ctx->LaunchFlavor(), in DNBProcessLaunch()
354 path, argv, envp, working_directory, stdin_path, stdout_path, in DNBProcessLaunch()
Ddebugserver.cpp197 const char *stdout_path, in RNBRunLoopLaunchInferior() argument
249 stdin_path, stdout_path, stderr_path, no_stdio, g_disable_aslr, in RNBRunLoopLaunchInferior()
/external/llvm-project/lldb/source/API/
DSBProcess.cpp129 const char *stdin_path, const char *stdout_path, in RemoteLaunch() argument
138 argv, envp, stdin_path, stdout_path, stderr_path, in RemoteLaunch()
148 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in RemoteLaunch()
DSBTarget.cpp324 const char *stdout_path, const char *stderr_path, in Launch() argument
332 listener, argv, envp, stdin_path, stdout_path, stderr_path, in Launch()
376 ProcessLaunchInfo launch_info(FileSpec(stdin_path), FileSpec(stdout_path), in Launch()
/external/ltp/doc/
Dtest-writing-guidelines.txt1241 const char *stdout_path,
1259 'stdout_path' and 'stderr_path' determine where to redirect the program