Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/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/system/src/tool/cafex/
DCafeFunctions.cs201 internal static EnvVar OS_VERSION_LO = new EnvVar("OS_VERSION_LO"); field in CafeX.Program
4971OS_VERSION_LO.value = XmlHandler.GetNodeValue(CAFE_ROOT.value + "\\data\\mlc\\sys\\title\\00050010… in on()
4974 if (OS_VERSION_LO.value == null) in on()
4995 if (OS_VERSION_LO.value == "100040") in on()
5000 else if (OS_VERSION_LO.value == "100080") in on()