Searched refs:WARN (Results 1 – 7 of 7) sorted by relevance
/system/core/fastboot/ |
D | usb_osx.cpp | 48 #define WARN(x...) fprintf(stderr, x) macro 50 #define WARN(x...) macro 109 WARN("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces() 126 WARN("Unable to create plugin (%08x)\n", kr); in try_interfaces() 166 WARN("Could not open interface: (%08x)\n", kr); in try_interfaces()
|
/system/nvram/core/include/nvram/core/ |
D | logger.h | 73 #define NVRAM_LOG_WARN(fmt, ...) NVRAM_LOG(WARN, fmt, ##__VA_ARGS__)
|
/system/chre/platform/shared/include/chre/platform/shared/ |
D | log_buffer.h | 48 WARN, enumerator
|
/system/update_engine/ |
D | .clang-format | 25 # WARN: We do not symlink this file to the original file because their location
|
/system/chre/platform/shared/ |
D | log_buffer_manager.cc | 177 return LogBufferLogLevel::WARN; in chreToLogBufferLogLevel()
|
/system/sepolicy/tools/ |
D | insertkeys.py | 246 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
|
/system/logging/logd/ |
D | README.property | 48 DEBUG, INFO, WARN, ERROR, ASSERT or
|