Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeon150 OS_VERSION_LO=$(grep -s "os_version" \
156 if [ -z $OS_VERSION_LO ]
168 if [ $OS_VERSION_LO -eq "100040" ] # NDEBUG build
171 elif [ $OS_VERSION_LO -eq "100080" ] # DEBUG build
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs202 internal static EnvVar OS_VERSION_LO = new EnvVar("OS_VERSION_LO"); field in CafeX.Program
5265OS_VERSION_LO.value = XmlHandler.GetNodeValue(CAFE_ROOT.value + "\\data\\mlc\\sys\\title\\00050010… in on()
5268 if (OS_VERSION_LO.value == null) in on()
5289 if (OS_VERSION_LO.value == "100040") in on()
5294 else if (OS_VERSION_LO.value == "100080") in on()