Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DIntegerParameterType.cpp372 char *pcStrEnd; in convertValueFromString() local
377 iData = strtoll(strValue.c_str(), &pcStrEnd, 0); in convertValueFromString()
380 iData = strtoull(strValue.c_str(), &pcStrEnd, 0); in convertValueFromString()
385 if (errno || (*pcStrEnd != '\0')) { in convertValueFromString()