Home
last modified time | relevance | path

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

/arkcompiler/toolchain/common/
Dlog_wrapper.h75 #define LOGE(fmt, ...) StdLog::PrintLog(LogLevel::ERROR, fmt, ##__VA_ARGS__) macro
81 #define LOGE(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dinterop-logging.h28 #define LOGE(msg, ...) fprintf(stderr, msg "\n", __VA_ARGS__); macro
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument