Lines Matching full:maxlen
405 readStringFromParcelInplace(Parcel &p, char *str, size_t maxLen) {414 if ((strLen + 1) > maxLen) {