Searched refs:mergedAppList (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Daccess_utils.c138 CFMutableArrayRef mergedAppList = nil; local
150 mergedAppList = CFArrayCreateMutableCopy(NULL, 0, appList);
153 if (mergedAppList) {
154 CFArrayAppendArray(mergedAppList, newAppList, CFRangeMake(0, CFArrayGetCount(newAppList)));
156 mergedAppList = CFArrayCreateMutableCopy(NULL, 0, newAppList);
160 status = SecACLSetSimpleContents(aclRef, mergedAppList, newPromptDescription, &newPromptSelector);
165 if (mergedAppList) CFRelease(mergedAppList);

Completed in 123 milliseconds