Home
last modified time | relevance | path

Searched refs:versionInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h39 const long versionInt = strtol(version, &next_char, 10); in getVersionInt() local
42 LOG_ALWAYS_FATAL_IF(versionInt <= 0, "negative version: %s", version); in getVersionInt()
43 LOG_ALWAYS_FATAL_IF(versionInt > INT_MAX, "version too large: %s", version); in getVersionInt()
44 return (int)versionInt; in getVersionInt()