Home
last modified time | relevance | path

Searched defs:error_fd (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp45 static void write_string(int error_fd, const char *str) { in write_string()
50 [[noreturn]] static void ExitWithError(int error_fd, in ExitWithError()
60 static void DisableASLR(int error_fd) { in DisableASLR()
73 static void DupDescriptor(int error_fd, const char *file, int fd, int flags) { in DupDescriptor()
119 [[noreturn]] static void ChildFunc(int error_fd, const ForkLaunchInfo &info) { in ChildFunc()