Home
last modified time | relevance | path

Searched defs:MUSL_LOGD (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Dmusl_log.h33 #define MUSL_LOGD(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_DEBUG, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, __VA_ARGS__)) macro
39 #define MUSL_LOGD(...) macro
/third_party/musl/src/internal/linux/
H A Dmusl_log.h40 #define MUSL_LOGD(...) ((void)HiLogAdapterPrint(MUSL_LOG_TYPE, LOG_DEBUG, MUSL_LOG_DOMAIN, MUSL_LOG_TAG, __VA_ARGS__)) macro
46 #define MUSL_LOGD(...) macro

Completed in 1 milliseconds