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