Home
last modified time | relevance | path

Searched refs:SDIO_BRIDGE_TOOLS (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13/system/bin/tool/
Dhostcheckversion44 if [ ! -n "$SDIO_BRIDGE_TOOLS" ]
60 local fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | tr -d '\r\n' | cut -d' ' -f4`
61 local sw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | tr -d '\r\n' | cut -d' ' -f4`
Dhostdisplayversion21 fw_ver=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Firmware | awk '{ print $4 }'`
22 SDIO_BRIDGE_TOOLS_VER=`"$SDIO_BRIDGE_TOOLS/FSEmul" -ver | grep Software | awk '{ print $4 }'`
Dhostrun20 BRIDGE_INSTALL_PATH=$SDIO_BRIDGE_TOOLS
Dhoststop15 if [ ! -n "$SDIO_BRIDGE_TOOLS" ]
Dhostdisplayversion.bat25 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%SDIO_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs32 internal static EnvVar SDIO_BRIDGE_TOOLS = new EnvVar("SDIO_BRIDGE_TOOLS"); field in CafeX.Program
1257 if (SDIO_BRIDGE_TOOLS.value == null) in hoststop()
4440 BRIDGE_INSTALL_PATH.value = SDIO_BRIDGE_TOOLS.value; in hostrun()
7253 if (SDIO_BRIDGE_TOOLS.value == null) in hostcheckversion()