Searched refs:AppendOpenFileAction (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Host/common/ |
D | ProcessLaunchInfo.cpp | 89 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction() function in ProcessLaunchInfo 229 AppendOpenFileAction(STDIN_FILENO, secondary_file_spec, true, false); in SetUpPtyRedirection() 234 AppendOpenFileAction(STDOUT_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection() 239 AppendOpenFileAction(STDERR_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
|
D | Host.cpp | 551 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
|
/external/llvm-project/lldb/include/lldb/Host/ |
D | ProcessLaunchInfo.h | 47 bool AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read,
|
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 310 return m_opaque_sp->AppendOpenFileAction(fd, FileSpec(path), read, write); in AddOpenFileAction()
|
/external/llvm-project/lldb/source/Target/ |
D | Target.cpp | 3197 info.AppendOpenFileAction(STDIN_FILENO, in_file_spec, true, false); in FinalizeFileActions() 3202 info.AppendOpenFileAction(STDOUT_FILENO, out_file_spec, false, true); in FinalizeFileActions() 3208 info.AppendOpenFileAction(STDERR_FILENO, err_file_spec, false, true); in FinalizeFileActions() 4248 m_launch_info.AppendOpenFileAction(STDIN_FILENO, GetStandardInputPath(), true, in InputPathValueChangedCallback() 4253 m_launch_info.AppendOpenFileAction(STDOUT_FILENO, GetStandardOutputPath(), in OutputPathValueChangedCallback() 4258 m_launch_info.AppendOpenFileAction(STDERR_FILENO, GetStandardErrorPath(), in ErrorPathValueChangedCallback()
|