Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun37 CAFESTOP_ONLY_IF_FSEMUL=0 # by default, always call cafestop
1001 …f ) CAFESTOP_ONLY_IF_FSEMUL=1;; # only call cafestop if FSEmul is not running (option for…
1155 if [ $CAFESTOP_ONLY_IF_FSEMUL -eq 0 -o "`ps | grep FSEmul`" != "" ]
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs71 internal static EnvVar CAFESTOP_ONLY_IF_FSEMUL = new EnvVar("CAFESTOP_ONLY_IF_FSEMUL"); field in CafeX.Program
1937 CAFESTOP_ONLY_IF_FSEMUL.value = "0"; in run()
2646 CAFESTOP_ONLY_IF_FSEMUL.value = "1"; in run()
3129 …if ((CAFESTOP_ONLY_IF_FSEMUL.value == "0" || (fsEmulProcesses != null && fsEmulProcesses.Length > … in run()