Searched refs:strLen (Results 1 – 1 of 1) sorted by relevance
410 size_t strLen = strnlen16to8(s16, s16Len); in readStringFromParcelInplace() local411 if ((strLen + 1) > maxLen) { in readStringFromParcelInplace()414 if (strncpy16to8(str, s16, strLen) == NULL) { in readStringFromParcelInplace()