Home
last modified time | relevance | path

Searched refs:cfg_state (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_Debug.cpp853 } cfg_state = CONFIG_UNKNOWN; in android_os_Debug_isVmapStack() local
855 if (cfg_state == CONFIG_UNKNOWN) { in android_os_Debug_isVmapStack()
862 cfg_state = (it != configs.end() && it->second == "y") ? CONFIG_SET : CONFIG_UNSET; in android_os_Debug_isVmapStack()
864 return cfg_state == CONFIG_SET; in android_os_Debug_isVmapStack()