Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/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-1/system/src/tool/cafex/
DCafeFunctions.cs244 internal static EnvVar SYNCTOOL_RVAL = new EnvVar("SYNCTOOL_RVAL"); field in CafeX.Program
3228 …int SYNCTOOL_RVAL = synctool.sync(SYNCTOOL_CFG.value, CAFE_ELF_SRC_DIR.value, CAFE_DATA_TMP_DOS, S… in run()
3229 if (SYNCTOOL_RVAL != 0) in run()
3231 …onsole.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL); in run()
7634 …int SYNCTOOL_RVAL = synctool.sync(SYNCTOOL_CFG.value, SYNCTOOL_SRC.value, SYNCTOOL_DEST.value, SYN… in syncsession()
7635 if (SYNCTOOL_RVAL != 0) in syncsession()
7637 …onsole.WriteLine(" : Session data sync FAILED with exit code {0}!", SYNCTOOL_RVAL); in syncsession()