Home
last modified time | relevance | path

Searched refs:_showDebug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug()
214 bool _showDebug; member in ConfigInfoView
H A Dqconf.cc964 if (_showDebug != b) { in setShowDebug()
965 _showDebug = b; in setShowDebug()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug()
214 bool _showDebug; member in ConfigInfoView
H A Dqconf.cc971 if (_showDebug != b) { in setShowDebug()
972 _showDebug = b; in setShowDebug()

Completed in 6 milliseconds