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