Searched defs:__FILENAME__ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.h | 23 #define __FILENAME__ strrchr(__FILE__, '/') + 1 macro
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | display_test.h | 26 #define __FILENAME__ (strrchr(__FILE__, '/') ? (strrchr(__FILE__, '/') + 1) : __FILE__) macro
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/utils/include/ |
H A D | js_env_logger.h | 34 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __F… macro
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/log/include/ |
H A D | ability_base_log_wrapper.h | 51 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __F… macro
|
/ohos5.0/foundation/ability/ability_runtime/services/common/include/ |
H A D | hilog_wrapper.h | 51 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __F… macro
|
/ohos5.0/foundation/multimedia/media_utils_lite/interfaces/kits/ |
H A D | media_log.h | 27 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __F… macro
|
/ohos5.0/foundation/arkui/napi/utils/ |
H A D | log.h | 27 #define __FILENAME__ strrchr(__FILE__, '/') + 1 macro
|
/ohos5.0/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_log.h | 48 #define __FILENAME__ (__builtin_strrchr(__FILE__, '/') ? __builtin_strrchr(__FILE__, '/') + 1 : __F… macro
|