Home
last modified time | relevance | path

Searched refs:stdin_path (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/test/API/python_api/interpreter/
DTestRunCommandInterpreterAPI.py17 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/
Dtst_rod.c20 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/
DMachProcess.h84 const char *working_directory, const char *stdin_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();
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/
DSBProcess.h83 const char *stdin_path, const char *stdout_path,
DSBTarget.h174 char const **envp, const char *stdin_path,
/external/llvm-project/lldb/bindings/interface/
DSBProcess.i122 const char *stdin_path,
DSBTarget.i200 const char *stdin_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
335 static_cast<void *>(envp), working_directory, stdin_path, in DNBProcessLaunch()
354 path, argv, envp, working_directory, stdin_path, stdout_path, in DNBProcessLaunch()
Ddebugserver.cpp196 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/
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.cpp323 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()