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

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DSecTask.c119 static SecTaskRef SecTaskCreateWithPID(CFAllocatorRef allocator, pid_t pid) function
136 task = SecTaskCreateWithPID(allocator, audit_token_to_pid(token));
149 return SecTaskCreateWithPID(allocator, getpid());
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DSecTask.c119 static SecTaskRef SecTaskCreateWithPID(CFAllocatorRef allocator, pid_t pid) function
136 task = SecTaskCreateWithPID(allocator, audit_token_to_pid(token));
149 return SecTaskCreateWithPID(allocator, getpid());

Completed in 171 milliseconds