OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVRAM_LOG_LEVEL
(Results
1 - 2
of
2
) sorted by null
/system/nvram/core/
rules.mk
37
ifneq ($(
NVRAM_LOG_LEVEL
),)
38
GLOBAL_DEFINES +=
NVRAM_LOG_LEVEL
=$(
NVRAM_LOG_LEVEL
)
/system/nvram/core/include/nvram/core/
logger.h
26
#if !defined(
NVRAM_LOG_LEVEL
)
28
#define
NVRAM_LOG_LEVEL
NVRAM_LOG_LEVEL_WARN
65
if (NVRAM_LOG_LEVEL_##level <=
NVRAM_LOG_LEVEL
) { \
Completed in 239 milliseconds