Searched refs:versionStr (Results 1 – 3 of 3) sorted by relevance
40 String versionStr = parser.getAttributeValue(null, VERSION_ATTR); in read() local42 switch (Integer.parseInt(versionStr)) { in read()48 Slog.e(TAG, "Unrecognized version " + versionStr); in read()49 throw new IOException("Unrecognized version " + versionStr); in read()
43 std::string versionStr = in toVersionString() local48 return versionStr; in toVersionString()
12988 String versionStr = version.getMajorVersion() + "." + version.getMinorVersion(); in getHalVersion() local12991 versionStr); in getHalVersion()