Home
last modified time | relevance | path

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

/hardware/ril/libril/
Dril.cpp410 size_t strLen = strnlen16to8(s16, s16Len); in readStringFromParcelInplace() local
411 if ((strLen + 1) > maxLen) { in readStringFromParcelInplace()
414 if (strncpy16to8(str, s16, strLen) == NULL) { in readStringFromParcelInplace()