Searched refs:isTombstone (Results 1 – 2 of 2) sorted by relevance
147 if (file == null || (isUser(alias) && isTombstone(file))) { in getCertificate()172 if (!file.exists() || isTombstone(file)) { in fileForAlias()179 private boolean isTombstone(File file) { in isTombstone() method in TrustedCertificateStore530 if (isTombstone(file)) { in findCert()657 if (!isTombstone(file)) { in removeUnnecessaryTombstones()
104 bool isTombstone() const { in isTombstone() function166 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()463 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() && in erase()