Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/bin/tool/
Dhostrun17 FSEMUL_PARAMS=
23 FSEMUL_PARAMS=-m
33 FSEMUL_PARAMS="-em -ip $BRIDGE_CURRENT_IP_ADDRESS"
35 FSEMUL_PARAMS="$BRIDGE_PARAMETERS -ip $BRIDGE_CURRENT_IP_ADDRESS"
41 "$BRIDGE_INSTALL_PATH/FSEmul.exe" "$@" $FSEMUL_PARAMS < /dev/null &> /dev/null &
43 "$BRIDGE_INSTALL_PATH/FSEmul.exe" "$@" $FSEMUL_PARAMS < /dev/null &
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs184 internal static EnvVar FSEMUL_PARAMS = new EnvVar("FSEMUL_PARAMS"); field in CafeX.Program
4437 FSEMUL_PARAMS.value = null; in hostrun()
4451 FSEMUL_PARAMS.value = "-em -ip " + BRIDGE_CURRENT_IP_ADDRESS.value; in hostrun()
4455FSEMUL_PARAMS.value = BRIDGE_PARAMETERS.value + " -ip " + BRIDGE_CURRENT_IP_ADDRESS.value; in hostrun()
4473 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4477 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()