Searched defs:log_fd (Results 1 – 5 of 5) sorted by relevance
115 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() local450 const int log_fd = get_logging_fd(); in backtrace_error() local486 const int log_fd = get_logging_fd(); in save_backtrace() local503 const int log_fd = get_logging_fd(); in save_backtrace() local890 extern "C" void get_fd_history(int log_fd, int fd) { in get_fd_history()
75 virtual void SetLogFd(int log_fd) { in SetLogFd()
32 static int log_fd = -1; variable
38 static int log_fd = -1; variable
597 int log_fd; member