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

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthtoken.c218 SecCodeRef code_Ref = NULL; local
237 status = SecCodeCopyGuestWithAttributes(NULL, codeDict, kSecCSDefaultFlags, &code_Ref);
247 if (SecCodeCopyPath(code_Ref, kSecCSDefaultFlags, &code_url) == errSecSuccess) {
257 CFReleaseSafe(code_Ref);

Completed in 122 milliseconds