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

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.cpp123 : mPath(path), mBundle(NULL)
131 : mBundle(bundle)
135 mPath = root ? root : cfStringRelease(CFBundleCopyBundleURL(mBundle));
142 if (mBundle)
143 CFRelease(mBundle);
158 if (!mBundle) {
162 if (!url || !(mBundle = CFBundleCreate(NULL, url)))
165 return mBundle;
H A Dosxcode.h103 mutable CFBundleRef mBundle; // CF-style bundle object (lazily built) member in class:Security::Bundle
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dosxcode.cpp123 : mPath(path), mBundle(NULL)
131 : mBundle(bundle)
135 mPath = root ? root : cfStringRelease(CFBundleCopyBundleURL(mBundle));
142 if (mBundle)
143 CFRelease(mBundle);
158 if (!mBundle) {
162 if (!url || !(mBundle = CFBundleCreate(NULL, url)))
165 return mBundle;
H A Dosxcode.h103 mutable CFBundleRef mBundle; // CF-style bundle object (lazily built) member in class:Security::Bundle
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDAMenu/
H A DIrDAExtra.h16 NSBundle *mBundle; variable
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp49 : mBundle(CFBundleCreate(NULL, CFTempURL(path)))
51 if (!mBundle)
59 mBundle = ref; // retains
74 CFRef<CFURLRef> mainExecBefore = CFBundleCopyExecutableURL(mBundle);
93 mBundle.take(versionBundle); // replace top bundle ref
102 CFDictionaryRef infoDict = CFBundleGetInfoDictionary(mBundle);
108 if (CFRef<CFURLRef> mainExec = CFBundleCopyExecutableURL(mBundle)) // if CFBundle claims an executable...
141 CFRef<CFURLRef>(CFBundleCopySupportFilesDirectoryURL(mBundle))));
152 if (CFRef<CFURLRef> infoURL = _CFBundleCopyInfoPlistURL(mBundle)) {
227 string support = cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
[all...]
H A Dbundlediskrep.h79 CFBundleRef bundle() const { return mBundle; }
99 CFRef<CFBundleRef> mBundle; member in class:Security::CodeSigning::BundleDiskRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp49 : mBundle(CFBundleCreate(NULL, CFTempURL(path)))
51 if (!mBundle)
59 mBundle = ref; // retains
74 CFRef<CFURLRef> mainExecBefore = CFBundleCopyExecutableURL(mBundle);
93 mBundle.take(versionBundle); // replace top bundle ref
102 CFDictionaryRef infoDict = CFBundleGetInfoDictionary(mBundle);
108 if (CFRef<CFURLRef> mainExec = CFBundleCopyExecutableURL(mBundle)) // if CFBundle claims an executable...
141 CFRef<CFURLRef>(CFBundleCopySupportFilesDirectoryURL(mBundle))));
152 if (CFRef<CFURLRef> infoURL = _CFBundleCopyInfoPlistURL(mBundle)) {
227 string support = cfStringRelease(CFBundleCopySupportFilesDirectoryURL(mBundle));
[all...]
H A Dbundlediskrep.h79 CFBundleRef bundle() const { return mBundle; }
99 CFRef<CFBundleRef> mBundle; member in class:Security::CodeSigning::BundleDiskRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSAttrParser.h148 CFBundleRef mBundle; member in class:Security::MDSAttrParser
H A DMDSAttrParser.cpp42 mBundle(NULL),
62 * mBundle in out destructor. I think this is a CF leak. */
63 mBundle = CFBundleCreate(NULL, url);
65 if(mBundle == NULL) {
75 CF_RELEASE(mBundle);
104 CFArrayRef bundleInfoFiles = CFBundleCopyResourceURLsOfType(mBundle,
445 mBundle,

Completed in 82 milliseconds