Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/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-1/system/src/tool/cafex/
DCafeFunctions.cs185 internal static EnvVar FSEMUL_PARAMS = new EnvVar("FSEMUL_PARAMS"); field in CafeX.Program
4701 FSEMUL_PARAMS.value = null; in hostrun()
4715 FSEMUL_PARAMS.value = "-em -ip " + BRIDGE_CURRENT_IP_ADDRESS.value; in hostrun()
4719FSEMUL_PARAMS.value = BRIDGE_PARAMETERS.value + " -ip " + BRIDGE_CURRENT_IP_ADDRESS.value; in hostrun()
4738 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4742 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()