Home
last modified time | relevance | path

Searched refs:SYNCTOOL_RVAL (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dsyncsession29 SYNCTOOL_RVAL=$?
31 if [ $SYNCTOOL_RVAL -ne 0 ]
34 echo " Session data sync FAILED with exit code $SYNCTOOL_RVAL!"
Dcaferun1283 SYNCTOOL_RVAL=$?
1286 if [ $SYNCTOOL_RVAL -ne 0 ]
1289 echo " Session code sync FAILED with exit code $SYNCTOOL_RVAL!"
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs243 internal static EnvVar SYNCTOOL_RVAL = new EnvVar("SYNCTOOL_RVAL"); field in CafeX.Program
3089 …int SYNCTOOL_RVAL = synctool.sync(SYNCTOOL_CFG.value, CAFE_ELF_SRC_DIR.value, CAFE_DATA_TMP_DOS, S… in run()
3090 if (SYNCTOOL_RVAL != 0) in run()
3092 …onsole.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL); in run()
7350 …int SYNCTOOL_RVAL = synctool.sync(SYNCTOOL_CFG.value, SYNCTOOL_SRC.value, SYNCTOOL_DEST.value, SYN… in syncsession()
7351 if (SYNCTOOL_RVAL != 0) in syncsession()
7353 …onsole.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL); in syncsession()