Home | History | Annotate | Download | only in Driver

Lines Matching refs:isMacosxVersionLT

107     return !isMacosxVersionLT(10, 6);
409 if (isMacosxVersionLT(10, 5))
411 else if (isMacosxVersionLT(10, 6))
422 if (isMacosxVersionLT(10, 5)) {
945 if (((isTargetMacOS() && !isMacosxVersionLT(10, 9)) ||
1039 if (isMacosxVersionLT(10, 5))
1041 else if (isMacosxVersionLT(10, 6))
1054 if (isMacosxVersionLT(10, 6))
1074 if (isTargetMacOS() && !isMacosxVersionLT(10, 8))
1094 if (isMacosxVersionLT(10, 5))
1096 else if (isMacosxVersionLT(10, 6))
1098 else if (isMacosxVersionLT(10, 8))
1109 isMacosxVersionLT(10, 5)) {
1120 if (isTargetIOSBased()|| (isTargetMacOS() && !isMacosxVersionLT(10, 6)))