Searched refs:targetBundleListSize (Results 1 – 1 of 1) sorted by relevance
524 int32_t targetBundleListSize; in ReadFromParcel() local525 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, targetBundleListSize); in ReadFromParcel()526 CONTAINER_SECURITY_VERIFY(parcel, targetBundleListSize, &targetBundleList); in ReadFromParcel()527 for (auto i = 0; i < targetBundleListSize; i++) { in ReadFromParcel()