Home
last modified time | relevance | path

Searched refs:AppendOpenFileAction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp87 bool ProcessLaunchInfo::AppendOpenFileAction(int fd, const FileSpec &file_spec, in AppendOpenFileAction() function in ProcessLaunchInfo
224 AppendOpenFileAction(STDIN_FILENO, secondary_file_spec, true, false); in SetUpPtyRedirection()
227 AppendOpenFileAction(STDOUT_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
230 AppendOpenFileAction(STDERR_FILENO, secondary_file_spec, false, true); in SetUpPtyRedirection()
H A DHost.cpp486 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_spec, false, in RunShellCommand()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h47 bool AppendOpenFileAction(int fd, const FileSpec &file_spec, bool read,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp301 return m_opaque_sp->AppendOpenFileAction(fd, FileSpec(path), read, write); in AddOpenFileAction()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3542 info.AppendOpenFileAction(STDIN_FILENO, in_file_spec, true, false); in FinalizeFileActions()
3547 info.AppendOpenFileAction(STDOUT_FILENO, out_file_spec, false, true); in FinalizeFileActions()
3553 info.AppendOpenFileAction(STDERR_FILENO, err_file_spec, false, true); in FinalizeFileActions()
4833 m_launch_info.AppendOpenFileAction(STDIN_FILENO, GetStandardInputPath(), true, in InputPathValueChangedCallback()
4838 m_launch_info.AppendOpenFileAction(STDOUT_FILENO, GetStandardOutputPath(), in OutputPathValueChangedCallback()
4843 m_launch_info.AppendOpenFileAction(STDERR_FILENO, GetStandardErrorPath(), in ErrorPathValueChangedCallback()