Searched refs:certName (Results 1 – 2 of 2) sorted by relevance
68 my $certName = $part . ".crt";69 push(@certNames, $certName);70 push(@usedFiles, "certs/" . $certName);
190 String certName = Credentials.USER_CERTIFICATE + profile.ipsecUserCert; in installCertificate() local193 if (!mKeyStore.put(certName, certData, mUid, flags)) { in installCertificate()194 Log.e(TAG, "Failed to install " + certName + " as user " + mUid); in installCertificate()197 Log.v(TAG, "install " + certName + " as user" + mUid + " is successful."); in installCertificate()