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

12

/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DDownloadBundle.h36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath);
37 CFDataRef extractResumeData(const String& bundlePath);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DDownloadBundle.h36 bool appendResumeData(CFDataRef resumeData, const String& bundlePath);
37 CFDataRef extractResumeData(const String& bundlePath);
/macosx-10.9.5/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.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_network.cpp83 const char* bundlePath = 0; local
86 g_object_get(defaultSession, "ssl-ca-file", &bundlePath, NULL);
88 return bundlePath;
91 void ewk_network_tls_ca_certificates_path_set(const char* bundlePath) argument
94 g_object_set(defaultSession, "ssl-ca-file", bundlePath, NULL);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/win/
H A DDownloadBundleWin.cpp51 bool appendResumeData(CFDataRef resumeData, const String& bundlePath) argument
57 if (bundlePath.isEmpty()) {
62 String nullifiedPath = bundlePath;
65 LOG_ERROR("Failed to open file %s to append resume data", bundlePath.ascii().data());
103 CFDataRef extractResumeData(const String& bundlePath) argument
105 if (bundlePath.isEmpty()) {
111 String nullifiedPath = bundlePath;
114 LOG_ERROR("Failed to open file %s to get resume data", bundlePath.ascii().data());
/macosx-10.9.5/Security-55471.14.18/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.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_functions.py19 bundlePath = bundle
22 paths = map(_ensure_path, (bundlePath, systemPath, carbonPath))
/macosx-10.9.5/xnu-2422.115.4/osfmk/UserNotification/
H A DUNDRequest.defs55 in bundlePath: UNDPath;
63 in bundlePath: UNDPath;
71 in bundlePath: UNDPath;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.cpp139 /* [out, retval] */ BSTR* bundlePath)
152 *bundlePath = SysAllocStringLen(bundle.characters(), bundle.length());
153 if (!*bundlePath)
137 bundlePathForTargetPath( BSTR targetPath, BSTR* bundlePath) argument
H A DWebDownloadCFNet.cpp164 /* [in] */ BSTR bundlePath,
167 LOG(Download, "Attempting resume of download bundle %s", String(bundlePath, SysStringLen(bundlePath)).ascii().data());
169 RetainPtr<CFDataRef> resumeData = adoptCF(DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath))));
183 RetainPtr<CFURLRef> pathURL = adoptCF(MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
193 m_bundlePath = String(bundlePath, SysStringLen(bundlePath));
205 LOG(Download, "WebDownload - initWithRequest complete, resumed download of bundle %s", String(bundlePath, SysStringLe
163 initToResumeWithBundle( BSTR bundlePath, IWebDownloadDelegate* delegate) argument
[all...]
/macosx-10.9.5/securityd-55199.3/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.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDPlugin.h85 @param bundlePath The path name associated with the plug-in / bundle.
88 const char *bundlePath);
/macosx-10.9.5/IOKitUser-907.100.13/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.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py52 myURL = NSURL.fileURLWithPath_(bndl.bundlePath())
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py52 myURL = NSURL.fileURLWithPath_(bndl.bundlePath())
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py34 if mainBundle.bundlePath() == bPath:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A DwmEnable.py34 if mainBundle.bundlePath() == bPath:
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DChildProcessMac.mm157 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
193 sandboxParameters.addPathParameter("WEBKIT2_FRAMEWORK_DIR", [[webkit2Bundle bundlePath] stringByDeletingLastPathComponent]);
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCTuner.mm82 NSString * bndl = [[NSBundle mainBundle] bundlePath];

Completed in 277 milliseconds

12