Searched refs:OS_VERSION_LO (Results 1 – 2 of 2) sorted by relevance
150 OS_VERSION_LO=$(grep -s "os_version" \156 if [ -z $OS_VERSION_LO ]168 if [ $OS_VERSION_LO -eq "100040" ] # NDEBUG build171 elif [ $OS_VERSION_LO -eq "100080" ] # DEBUG build
202 internal static EnvVar OS_VERSION_LO = new EnvVar("OS_VERSION_LO"); field in CafeX.Program5265 …OS_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()