Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBLog.cpp107 _DNBLogVAPrintf(uint32_t flags, const char *format, va_list args) in _DNBLogVAPrintf() function
121 _DNBLogVAPrintf(flags, format, args); in _DNBLog()
136 _DNBLogVAPrintf(DNBLOG_FLAG_DEBUG, format, args); in _DNBLogDebug()
153 _DNBLogVAPrintf(DNBLOG_FLAG_DEBUG | DNBLOG_FLAG_VERBOSE, format, args); in _DNBLogDebugVerbose()
328 _DNBLogVAPrintf(DNBLOG_FLAG_VERBOSE, format, args); in _DNBLogVerbose()
DChangeLog1192 (_DNBLogVAPrintf): Calls the callback function to do the logging