Searched defs:stdin_path (Results 1 - 10 of 10) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp223 const char *stdin_path = NULL; local
228 stdin_path = GetFilePath(file_action, stdin_path);
240 stdin_path,
/external/lldb/tools/debugserver/source/
H A Ddebugserver.cpp163 RNBRunLoopLaunchInferior (RNBRemote *remote, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio) argument
223 stdin_path,
H A DDNB.cpp183 const char *stdin_path,
198 stdin_path,
226 stdin_path,
179 DNBProcessLaunch(const char *path, char const *argv[], const char *envp[], const char *working_directory, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio, nub_launch_flavor_t launch_flavor, int disable_aslr, char *err_str, size_t err_len) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_pdf_generated_browsertest.cc523 base::FilePath stdin_path; local
528 ASSERT_TRUE(base::CreateTemporaryFileInDir(tmp_dir_.path(), &stdin_path));
530 // Redirects |std::cin| to the file |stdin_path|. |in| is not freed because
533 std::ifstream* in = new std::ifstream(stdin_path.value().c_str());
542 std::cout << "StdinPath: " << stdin_path.value() << "\n";
/external/lldb/source/API/
H A DSBProcess.cpp138 const char *stdin_path,
152 stdin_path ? stdin_path : "NULL",
169 ProcessLaunchInfo launch_info (stdin_path,
136 RemoteLaunch(char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error) argument
H A DSBTarget.cpp588 char *stdin_path = NULL; local
598 stdin_path,
613 const char *stdin_path,
634 stdin_path ? stdin_path : "NULL",
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
608 Launch( SBListener &listener, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_directory, uint32_t launch_flags, bool stop_at_entry, lldb::SBError& error ) argument
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp659 const char *stdin_path,
667 m_stdin_path(stdin_path),
698 const char *stdin_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
861 const char *stdin_path = args->m_stdin_path; local
920 if (stdin_path != NULL && stdin_path[0])
921 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY))
655 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir) argument
694 ProcessMonitor(ProcessPOSIX *process, Module *module, const char *argv[], const char *envp[], const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir, lldb_private::Error &error) argument
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp891 const char *stdin_path,
899 m_stdin_path(stdin_path),
930 const char *stdin_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1090 const char *stdin_path = args->m_stdin_path; local
1149 if (stdin_path != NULL && stdin_path[0])
1150 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY))
887 LaunchArgs(ProcessMonitor *monitor, lldb_private::Module *module, char const **argv, char const **envp, const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir) argument
926 ProcessMonitor(ProcessPOSIX *process, Module *module, const char *argv[], const char *envp[], const char *stdin_path, const char *stdout_path, const char *stderr_path, const char *working_dir, lldb_private::Error &error) argument
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp1652 const char *stdin_path,
1715 stdin_path,
1794 const char *stdin_path,
1811 stdin_path,
1872 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL && !no_stdio)
1877 stdin_path = stdout_path = stderr_path = pty.SlaveName();
1882 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0')
1883 stdin_path = "/dev/null";
1891 stdin_path,
1646 LaunchForDebug( const char *path, char const *argv[], char const *envp[], const char *working_directory, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio, nub_launch_flavor_t launch_flavor, int disable_aslr, DNBError &launch_err ) argument
1787 PosixSpawnChildForPTraceDebugging( const char *path, cpu_type_t cpu_type, char const *argv[], char const *envp[], const char *working_directory, const char *stdin_path, const char *stdout_path, const char *stderr_path, bool no_stdio, MachProcess* process, int disable_aslr, DNBError& err ) argument
[all...]
/external/lldb/include/lldb/Target/
H A DProcess.h532 ProcessLaunchInfo (const char *stdin_path, argument
549 if (stdin_path)
554 if (file_action.Open(STDIN_FILENO, stdin_path, read, write))
1697 /// optionally re-directed to \a stdin_path, \a stdout_path, and
1717 /// @param[in] stdin_path
2170 /// and output files can be optionally re-directed to \a stdin_path,
2186 /// @param[in] stdin_path

Completed in 299 milliseconds