Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
DFDInterposing.cpp115 void log(int log_fd) { in log()
375 void log_to_fd(int log_fd, const char *format, va_list args) { in log_to_fd()
384 void log_to_fd(int log_fd, const char *format, ...) { in log_to_fd()
406 void log(int log_fd, const FDEvent *event, const char *format, ...) { in log()
432 const int log_fd = get_logging_fd(); in backtrace_log() local
450 const int log_fd = get_logging_fd(); in backtrace_error() local
486 const int log_fd = get_logging_fd(); in save_backtrace() local
503 const int log_fd = get_logging_fd(); in save_backtrace() local
890 extern "C" void get_fd_history(int log_fd, int fd) { in get_fd_history()
/external/stressapptest/src/
Dlogger.h75 virtual void SetLogFd(int log_fd) { in SetLogFd()
/external/vboot_reference/futility/
Dfutility.c32 static int log_fd = -1; variable
/external/dnsmasq/src/
Dlog.c38 static int log_fd = -1; variable
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h597 int log_fd; member