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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c847 CFMutableArrayRef executablePaths; local
852 executablePaths = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
856 CFArrayAppendValue(executablePaths, path);
872 CFArrayAppendValue(executablePaths, path);
876 CFDictionarySetValue(newOptions, kSCKeychainOptionsAllowedExecutables, executablePaths);
877 CFRelease(executablePaths);
902 CFArrayRef executablePaths; local
904 executablePaths = CFArrayCreate(NULL, (const void **)&path, 1, &kCFTypeArrayCallBacks);
906 CFDictionarySetValue(newOptions, kSCKeychainOptionsAllowedExecutables, executablePaths);
907 CFRelease(executablePaths);
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/helper/
H A DSCHelper_server.c841 CFArrayRef executablePaths = NULL; local
864 (const void **)&executablePaths)) {
871 n = CFArrayGetCount(executablePaths);
876 path = CFArrayGetValueAtIndex(executablePaths, i);

Completed in 71 milliseconds