Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/build/include/android-modules-utils/
Dunbounded_sdk_level.h38 char *next_char = 0; in getVersionInt() local
39 const long versionInt = strtol(version, &next_char, 10); in getVersionInt()
40 LOG_ALWAYS_FATAL_IF(*next_char != '\0', "no conversion from \"%s\" to long", in getVersionInt()