Home
last modified time | relevance | path

Searched refs:m_stdout_file_spec (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.h230 m_stdout_file_spec; // Redirect stdout or empty. member
DProcessMonitor.cpp677 m_stdout_file_spec(stdout_file_spec), in LaunchArgs()
819 const FileSpec &stdout_file_spec = args->m_stdout_file_spec; in Launch()