Searched refs:bundlePath (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddyn_macosx.c48 CFStringRef bundlePath; local
58 bundlePath = CFStringCreateWithCString(NULL, pcLibrary,
60 if (bundlePath == NULL)
63 bundleURL = CFURLCreateWithFileSystemPath(NULL, bundlePath,
65 CFRelease(bundlePath);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_mds/lib/
H A Dmdspriv.h48 const char *bundlePath, const char *subdir, const char *file);
H A DMDSAttrParser.h78 const char *bundlePath,
H A DMDSSession.h103 const char *bundlePath); // e.g., /System/Library/Security
108 const char *bundlePath);
H A DMDSAttrParser.cpp38 const char *bundlePath,
51 size_t pathLen = strlen(bundlePath);
53 (unsigned char *)bundlePath,
70 strcpy(mPath, bundlePath);
37 MDSAttrParser( const char *bundlePath, MDSSession &dl, CSSM_DB_HANDLE objectHand, CSSM_DB_HANDLE cdsaDirHand) argument
H A DMDSSession.cpp849 const char *bundlePath)
851 MSDebug("searching for user bundles in %s", bundlePath);
852 DIR *dir = opendir(bundlePath);
1460 const char *bundlePath) // e.g., /System/Library/Security
1479 updateForBundleDir(bundlePath);
1774 const char *bundlePath)
1776 MSDebug("...updating DBs for bundle %s", bundlePath);
1779 if(lookupForPath(bundlePath)) {
1783 MDSAttrParser parser(bundlePath,
1808 string bundlePath local
848 checkUserBundles( const char *bundlePath) argument
1458 updateSystemDbInfo( const char *systemPath, const char *bundlePath) argument
1773 updateForBundle( const char *bundlePath) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/llvm/
H A DInitializeLLVMMac.mm49 NSString *path = [[myBundle bundlePath] stringByAppendingPathComponent:@"Libraries/libllvmForJSC.dylib"];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_functions.py19 bundlePath = bundle
22 paths = map(_ensure_path, (bundlePath, systemPath, carbonPath))
/macosx-10.10.1/xnu-2782.1.97/osfmk/UserNotification/
H A DUNDRequest.defs55 in bundlePath: UNDPath;
63 in bundlePath: UNDPath;
71 in bundlePath: UNDPath;
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtokend.cpp51 secdebug("tokend", "%p (pid %d) %s has launched", this, pid(), bundlePath().c_str());
55 secdebug("tokend", "%p (pid %d) %s failed on startup", this, pid(), bundlePath().c_str());
71 secdebug("tokend", "%p (pid %d) %s is being destroyed", this, pid(), bundlePath().c_str());
H A Dtokend.h79 string bundlePath() const { return mMe->canonicalPath(); } function in class:TokenDaemon
H A Dtoken.cpp232 this, tokend->bundlePath().c_str(), tokend->score(), tokend->tokenUid().c_str());
237 this, tokend->bundlePath().c_str(), tokend->score());
271 tokend->bundlePath().c_str(),
285 tokend->bundlePath().c_str(),
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebDownload.cpp139 /* [out, retval] */ BSTR* bundlePath)
152 *bundlePath = BString(bundle).release();
153 if (!*bundlePath)
137 bundlePathForTargetPath( BSTR targetPath, BSTR* bundlePath) argument
H A DWebDownloadCFNet.cpp163 /* [in] */ BSTR bundlePath,
166 LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
169 if (!DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath)), buffer))
186 RetainPtr<CFURLRef> pathURL = adoptCF(MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
196 m_bundlePath = String(bundlePath, SysStringLen(bundlePath));
208 LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLe
162 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDPlugin.h85 @param bundlePath The path name associated with the plug-in / bundle.
88 const char *bundlePath);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A DKextManager.c65 CFStringRef bundlePath = NULL; // must free local
94 bundlePath = CFStringCreateWithCString(kCFAllocatorDefault,
96 if (!bundlePath) {
101 bundlePath, kCFURLPOSIXPathStyle, true);
105 if (bundlePath) CFRelease(bundlePath);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py52 myURL = NSURL.fileURLWithPath_(bndl.bundlePath())
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py52 myURL = NSURL.fileURLWithPath_(bndl.bundlePath())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py52 myURL = NSURL.fileURLWithPath_(bndl.bundlePath())
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py34 if mainBundle.bundlePath() == bPath:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py34 if mainBundle.bundlePath() == bPath:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A DwmEnable.py34 if mainBundle.bundlePath() == bPath:
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm93 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
127 sandboxParameters.addPathParameter("WEBKIT2_FRAMEWORK_DIR", [[webkit2Bundle bundlePath] stringByDeletingLastPathComponent]);
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCTuner.mm82 NSString * bndl = [[NSBundle mainBundle] bundlePath];
/macosx-10.10.1/WebKit-7600.1.25/win/Interfaces/
H A DIWebDownload.idl96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);

Completed in 149 milliseconds

123