/external/llvm-project/lldb/test/API/python_api/interpreter/ |
D | TestRunCommandInterpreterAPI.py | 17 self.stdin_path = self.getBuildArtifact("stdin.txt") 19 with open(self.stdin_path, 'w') as input_handle: 25 self.filehandle = open(self.stdin_path, 'r') 55 self.stdin_path = self.getBuildArtifact("stdin.txt") 57 with open(self.stdin_path, 'w') as input_handle: 60 self.dbg.SetInputFile(open(self.stdin_path, 'r'))
|
/external/ltp/testcases/lib/ |
D | tst_rod.c | 20 char *stdin_path = NULL, *stdout_path = NULL, *stderr_path = NULL; in main() local 47 stdin_path = argv[i]+1; in main() 55 stdin_path = argv[i]; in main() 80 if (stdin_path) { in main() 86 if (open(stdin_path, O_RDONLY) < 0) { in main() 89 argv[0], stdin_path, strerror(errno)); in main()
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.h | 84 const char *working_directory, const char *stdin_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(); 3329 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0') 3330 stdin_path = "/dev/null"; 3337 stdin_path, 3343 stdin_path);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBProcess.h | 83 const char *stdin_path, const char *stdout_path,
|
D | SBTarget.h | 174 char const **envp, const char *stdin_path,
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBProcess.i | 122 const char *stdin_path,
|
D | SBTarget.i | 200 const char *stdin_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 335 static_cast<void *>(envp), working_directory, stdin_path, in DNBProcessLaunch() 354 path, argv, envp, working_directory, stdin_path, stdout_path, in DNBProcessLaunch()
|
D | debugserver.cpp | 196 const char *stdin_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 | 323 char const **envp, const char *stdin_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()
|