Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py2465 _UNAME_RELEASE))
6883 _UNAME_RELEASE = os.uname()[2]
6887 _UNAME_RELEASE = platform.uname()[2] variable