Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_dumper.c31 #define DUMPER_PRINT(fmt, args...) dprintf(fmt, ##args) macro
33 #define DUMPER_PRINT(fmt, args...) printk(fmt, ##args) macro