Lines Matching refs:bundle
44 CFBundleRef bundle = get(); in GetPath() local
45 if (bundle) { in GetPath()
46 CFCReleaser<CFURLRef> bundle_url(CFBundleCopyBundleURL(bundle)); in GetPath()
58 CFBundleRef bundle = get(); in GetIdentifier() local
59 if (bundle != NULL) in GetIdentifier()
60 return ::CFBundleGetIdentifier(bundle); in GetIdentifier()
65 CFBundleRef bundle = get(); in GetValueForInfoDictionaryKey() local
66 if (bundle != NULL) in GetValueForInfoDictionaryKey()
67 return ::CFBundleGetValueForInfoDictionaryKey(bundle, key); in GetValueForInfoDictionaryKey()
72 CFBundleRef bundle = get(); in CopyExecutableURL() local
73 if (bundle != NULL) in CopyExecutableURL()
74 return CFBundleCopyExecutableURL(bundle); in CopyExecutableURL()