Searched refs:hnpSize (Results 1 – 1 of 1) sorted by relevance
478 int32_t hnpSize = parcel.ReadInt32(); in ReadFromParcel() local479 CONTAINER_SECURITY_VERIFY(parcel, hnpSize, &hnpPackages[key]); in ReadFromParcel()480 for (int n = 0; n < hnpSize; ++n) { in ReadFromParcel()