Home
last modified time | relevance | path

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

/external/u-boot/scripts/kconfig/
Dqconf.h246 bool showDebug(void) const { return _showDebug; } in showDebug()
268 bool _showDebug; variable
Dqconf.cc1042 if (_showDebug != b) { in setShowDebug()
1043 _showDebug = b; in setShowDebug()