Searched refs:SDIO_BRIDGE_TOOLS (Results 1 – 6 of 6) sorted by relevance
44 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`
21 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 }'`
20 BRIDGE_INSTALL_PATH=$SDIO_BRIDGE_TOOLS
15 if [ ! -n "$SDIO_BRIDGE_TOOLS" ]
25 …for /F "usebackq tokens=1,3 delims=: " %%i IN (`"%SDIO_BRIDGE_TOOLS%\FSEmul" -ver -ip %BRIDGE_CURR…
32 internal static EnvVar SDIO_BRIDGE_TOOLS = new EnvVar("SDIO_BRIDGE_TOOLS"); field in CafeX.Program1257 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()