Searched refs:CertManagerFileRemove (Results 1 – 3 of 3) sorted by relevance
34 int32_t CertManagerFileRemove(const char *path, const char *fileName);
238 ret = CertManagerFileRemove(pathBuf, (char *)keyUri->data); in CmRemoveAppCert()405 if (CertManagerFileRemove(NULL, (char *)fileNames[i].data) != CM_SUCCESS) { in CmRemoveSpecifiedAppCert()765 return CertManagerFileRemove((char *)pathBlob->data, (char *)certUri->data); in CmRemoveUserCert()816 ret = CertManagerFileRemove(path, (char *)fNames[i].data); in RemoveAllUserCert()
44 inline int32_t CertManagerFileRemove(const char *path, const char *fileName) in CertManagerFileRemove() function