Home
last modified time | relevance | path

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

/developtools/hdc/src/test/
Dut_runtime.cpp22 bCheckResult = false; in Runtime()
141 thisClass->bCheckResult = TestShellExecute(thisClass); in DoCheck()
144 thisClass->bCheckResult = TestBaseCommand(thisClass); in DoCheck()
147 thisClass->bCheckResult = TestFileCommand(thisClass); in DoCheck()
150 thisClass->bCheckResult = TestForwardCommand(thisClass); in DoCheck()
153 thisClass->bCheckResult = TestAppCommand(thisClass); in DoCheck()
192 return bCheckResult; in CheckEntry()
Dut_runtime.h54 bool bCheckResult; variable