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

/macosx-10.10/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp69 const char **restOfArguments = argv + 3; local
115 *(--restOfArguments) = pathToTool;
119 execv(pathToTool, (char *const *)restOfArguments);

Completed in 74 milliseconds