Searched refs:kPlatformVersionMatchCount (Results 1 – 1 of 1) sorted by relevance
41 constexpr size_t kPlatformVersionMatchCount = kSubminorVersionMatch + 1; variable134 regmatch_t matches[kPlatformVersionMatchCount]; in GetOsVersion()136 regexec(®ex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */); in GetOsVersion()