Searched refs:ancestorIndex (Results 1 – 1 of 1) sorted by relevance
6233 int ancestorIndex = ancestorSigningDetails.pastSigningCertificates.length - 1; in getDescendantOrSelf() local6236 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])) { in getDescendantOrSelf()6248 ancestorIndex--; in getDescendantOrSelf()6249 } while (descendantIndex >= 0 && ancestorIndex >= 0 in getDescendantOrSelf()6251 ancestorSigningDetails.pastSigningCertificates[ancestorIndex])); in getDescendantOrSelf()6255 if (descendantIndex >= 0 && ancestorIndex >= 0) { in getDescendantOrSelf()