/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/testcases/lib/ |
D | tst_rod.c | 20 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/ |
D | params_setup.c | 54 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/ |
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/llvm-project/lldb/test/API/python_api/target/ |
D | TestTargetAPI.py | 363 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/ |
D | MachProcess.h | 85 const char *stdout_path, const char *stderr_path, 97 const char *stdin_path, const char *stdout_path, const char *stderr_path,
|
D | MachProcess.mm | 3079 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/ |
D | SBProcess.h | 83 const char *stdin_path, const char *stdout_path,
|
D | SBTarget.h | 175 const char *stdout_path, const char *stderr_path,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 123 const char *stdout_path,
|
D | SBTarget.i | 201 const char *stdout_path,
|
/external/llvm-project/lldb/tools/debugserver/source/ |
D | DNB.h | 49 const char *stdin_path, const char *stdout_path, const char *stderr_path,
|
D | DNB.cpp | 325 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()
|
D | debugserver.cpp | 197 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/ |
D | SBProcess.cpp | 129 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()
|
D | SBTarget.cpp | 324 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/ |
D | test-writing-guidelines.txt | 1241 const char *stdout_path, 1259 'stdout_path' and 'stderr_path' determine where to redirect the program
|