Searched refs:sysServicePathList (Results 1 – 1 of 1) sorted by relevance
343 const struct CmMutableBlob *sysServicePathList, struct CmMutableBlob *pathList) in MergeUserPathList() argument345 uint32_t uidCount = callerPathList->size + sysServicePathList->size; in MergeUserPathList()365 struct CmMutableBlob *sysServicePath = (struct CmMutableBlob *)sysServicePathList->data; in MergeUserPathList()373 for (uint32_t i = 0; i < sysServicePathList->size; i++) { in MergeUserPathList()390 struct CmMutableBlob sysServicePathList = { 0, NULL }; in CmGetUserCertPathList() local403 ret = CmGetCertPathList(&sysServiceContext, store, &sysServicePathList); in CmGetUserCertPathList()410 ret = MergeUserPathList(&callerPathList, &sysServicePathList, pathList); in CmGetUserCertPathList()420 if (sysServicePathList.data != NULL) { in CmGetUserCertPathList()421 CmFreePathList((struct CmMutableBlob *)sysServicePathList.data, sysServicePathList.size); in CmGetUserCertPathList()