Searched refs:tloge (Results 1 - 1 of 1) sorted by relevance
/interface/sdk_c/tee/include/ |
H A D | tee_log.h | 272 #define tloge(fmt, args...) \ macro 275 #define tloge(fmt, args...) tee_print(LOG_LEVEL_ERROR, "%s %d:" fmt " ", TAG_ERROR, __LINE__, ##args) macro 278 #define tloge(fmt, args...) printf("[%s] %s %d:" fmt " ", g_debug_prefix, TAG_ERROR, __LINE__, ##args) macro 281 #define tloge(fmt, args...) \ macro
|
Completed in 1 milliseconds