Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dlogging_posix.cc22 int g_log_fd = STDERR_FILENO; variable
52 if (g_log_fd != STDERR_FILENO) { in SetLogFifoOrDie()
53 close(g_log_fd); in SetLogFifoOrDie()
54 g_log_fd = STDERR_FILENO; in SetLogFifoOrDie()
77 g_log_fd = open_result; in SetLogFifoOrDie()
105 const auto bytes_written = write(g_log_fd, ss_str.c_str(), ss_str.size()); in LogWithLevel()
/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp300 static int g_log_fd = STDOUT_FILENO; variable
360 g_log_fd = ::creat(log_path, 0660); in get_logging_fd()
362 g_log_fd = STDOUT_FILENO; in get_logging_fd()
372 return g_log_fd; in get_logging_fd()