Searched refs:__FILENAME__ (Results 1 - 3 of 3) sorted by relevance
/third_party/mbedtls/port/include/ |
H A D | mbedtls_log.h | 28 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FILE__)
macro 37 op(LOG_CORE, "{%s()-%s:%d} " fmt, __FUNCTION__, __FILENAME__, __LINE__, ##args); \
|
/third_party/musl/libc-test/src/functionalext/symver/ |
H A D | dso_symver.h | 54 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __FILE__) macro 57 printf("[%s:%4d][%s]" fmt "\n", __FILENAME__, __LINE__, __FUNCTION__, ##__VA_ARGS__); \
|
/third_party/pulseaudio/include/log/ |
H A D | audio_log.h | 90 op(LOG_ONLY_PRERELEASE, "{%s()-%s:%d} " fmt, __FUNCTION__, __FILENAME__, __LINE__, ##args); \
|
Completed in 4 milliseconds