Searched refs:minor_string (Results 1 – 1 of 1) sorted by relevance
550 String minor_string = matcher.group(OS_MINOR_VERSION_MATCH_GROUP_NAME); in parseSystemOsVersion() local555 if (minor_string != null) { in parseSystemOsVersion()556 version += Integer.parseInt(minor_string) * 100; in parseSystemOsVersion()