Home
last modified time | relevance | path

Searched refs:oldLastModified (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DURICertStore.java281 long oldLastModified = lastModified; in engineGetCertificates() local
284 if (oldLastModified != 0) { in engineGetCertificates()
285 if (oldLastModified == lastModified) { in engineGetCertificates()
394 long oldLastModified = lastModified; in engineGetCRLs() local
398 if (oldLastModified != 0) { in engineGetCRLs()
399 if (oldLastModified == lastModified) { in engineGetCRLs()