Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_portability.h27 #define LIBLOG_WEAK static /* Accept that it is totally private */ macro
29 #define LIBLOG_WEAK extern "C" __attribute__((weak, visibility("default"))) macro