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

/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_dump.c128 CFDataRef appPath = NULL; local
129 ortn = SecTrustedApplicationCopyData(certApp, &appPath);
135 indent(); printf("Application : %s", CFDataGetBytePtr(appPath));
137 CFRelease(appPath);
H A Dtrusted_cert_utils.h62 extern SecTrustedApplicationRef appPathToAppRef(const char *appPath);
H A Dtrusted_cert_add.c126 const char *appPath, /* optional */
159 if(appPath != NULL) {
161 OSStatus ortn = SecTrustedApplicationCreateFromPath(appPath, &appRef);
223 char *appPath = NULL; local
275 appPath = optarg;
382 ourRtn = appendConstraintsToDict(appPath,
396 ourRtn = appendConstraintsToDict(appPath,
412 ourRtn = appendConstraintsToDict(appPath,
426 ourRtn = appendConstraintsToDict(appPath,
447 ourRtn = appendConstraintsToDict(appPath, NUL
125 appendConstraintsToDict( const char *appPath, const char *policy, const char *policyStr, SecTrustSettingsResult resultType, CSSM_RETURN allowErr, SecTrustSettingsKeyUsage keyUse, CFMutableDictionaryRef *dict) argument
[all...]
H A Dtrusted_cert_utils.c337 const char *appPath)
342 if(appPath == NULL) {
345 ortn = SecTrustedApplicationCreateFromPath(appPath, &appRef);
336 appPathToAppRef( const char *appPath) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPDFViewController.mm74 NSString *appPath = [(NSURL *)appURL path];
78 *image = [[NSWorkspace sharedWorkspace] iconForFile:appPath];
81 *name = [[NSFileManager defaultManager] displayNameAtPath:appPath];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFView.mm120 NSString *appPath = [appURL path];
123 *image = [[NSWorkspace sharedWorkspace] iconForFile:appPath];
126 NSString *appName = [[NSFileManager defaultManager] displayNameAtPath:appPath];

Completed in 256 milliseconds