Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dmonitor_return_codes3 MON_RESULT_PASS=1
Dcafeheadlessrun151 if [ $RVAL -eq $MON_RESULT_PASS ]
Dcafe_utils171 $MON_RESULT_PASS)
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs222 internal static EnvVar MON_RESULT_PASS = new EnvVar("MON_RESULT_PASS"); field in CafeX.Program
602 MON_RESULT_PASS.value = "1"; in InitialEnvVarSetup()
8570 if (mon_rval == MON_RESULT_PASS.value) in evaluate_monitor_return_value()