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

/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp203 bool stdout_free = GetFileActionForFD(STDOUT_FILENO) == nullptr; local
205 bool any_free = stdin_free || stdout_free || stderr_free;
226 if (stdout_free)

Completed in 53 milliseconds