Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.h256 bool showDebug(void) const { return _showDebug; } in showDebug()
278 bool _showDebug; variable
H A Dqconf.cc955 _showDebug = configSettings->readBoolEntry("/showDebug", false); in ConfigInfoView()
972 if (_showDebug != b) { in setShowDebug()
973 _showDebug = b; in setShowDebug()