Searched refs:stdin_path (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbrowser_test_driver.py71 # return (stdin_path, bool)
73 if block.stdin_path:
74 return (block.stdin_path, True)
H A Dbrowser_test_driver_unittest.py49 self.assertEqual(content_block.stdin_path, '/foo/bar')
H A Ddriver.py441 or self._read_header(block, line, 'StdinPath', 'stdin_path')):
518 self.stdin_path = None
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h54 const char *stdin_path,
230 const char *stdin_path,
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.h54 const char *stdin_path,
222 const char *stdin_path,
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/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/include/lldb/API/
H A DSBProcess.h100 const char *stdin_path,
H A DSBTarget.h277 /// optionally re-directed to \a stdin_path, \a stdout_path, and
295 /// @param[in] stdin_path
330 const char *stdin_path,
357 /// Default: stdin_path
/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/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...]
H A DMachProcess.h53 const char *stdin_path,
68 const char *stdin_path,
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp607 const char *stdin_path = NULL;
617 stdin_path = file_action->GetPath();
672 if (stdin_path == NULL || stdout_path == NULL || stderr_path == NULL)
677 if (stdin_path == NULL)
678 stdin_path = slave_name;
689 if (disable_stdio || (stdin_path == NULL && (stdout_path || stderr_path)))
690 stdin_path = "/dev/null";
694 if (disable_stdio || (stdout_path == NULL && (stdin_path || stderr_path)))
699 if (disable_stdio || (stderr_path == NULL && (stdin_path || stdout_path)))
702 if (stdin_path)
[all...]
/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/tools/debugserver/source/
H A DDNB.h37 const char *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
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,
/external/lldb/scripts/Python/interface/
H A DSBProcess.i126 const char *stdin_path,
H A DSBTarget.i275 /// optionally re-directed to \a stdin_path, \a stdout_path, and
293 /// @param[in] stdin_path
343 const char *stdin_path,
370 /// Default: stdin_path
/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 914 milliseconds