Home
last modified time | relevance | path

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

/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A 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()