Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcaferun57 CAFERUN_OS_MAJOR_VERSION_LO=`grep "00050010" "${CAFE_ROOT}/system/include/sdk_ver.h" | sed 's/.*000…
58 CAFERUN_OS_MAJOR_VERSION=${CAFERUN_OS_MAJOR_VERSION_LO:6:2}
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs87 … internal static EnvVar CAFERUN_OS_MAJOR_VERSION_LO = new EnvVar("CAFERUN_OS_MAJOR_VERSION_LO"); field in CafeX.Program
1988 CAFERUN_OS_MAJOR_VERSION_LO.value = version.Substring(8, 8); in run()