Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp45 static void write_string(int error_fd, const char *str) { in write_string() function
53 write_string(error_fd, operation); in ExitWithError()
54 write_string(error_fd, " failed: "); in ExitWithError()
56 write_string(error_fd, strerror(err)); in ExitWithError()