Searched refs:CFCBundle (Results 1 – 7 of 7) sorted by relevance
13 CFCBundle::CFCBundle(const char *path) : CFCReleaser<CFBundleRef>() { in CFCBundle() function in CFCBundle18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle() function in CFCBundle22 CFCBundle::~CFCBundle() = default;25 bool CFCBundle::SetPath(const char *path) { in SetPath()43 bool CFCBundle::GetPath(char *dst, size_t dst_len) { in GetPath()57 CFStringRef CFCBundle::GetIdentifier() const { in GetIdentifier()64 CFTypeRef CFCBundle::GetValueForInfoDictionaryKey(CFStringRef key) const { in GetValueForInfoDictionaryKey()71 CFURLRef CFCBundle::CopyExecutableURL() const { in CopyExecutableURL()
14 class CFCBundle : public CFCReleaser<CFBundleRef> {17 CFCBundle(const char *path = NULL);18 CFCBundle(CFURLRef url);20 ~CFCBundle() override;34 CFCBundle(const CFCBundle &) = delete;36 const CFCBundle &operator=(const CFCBundle &) = delete;
95 "macosx/cfcpp/CFCBundle.cpp",
92 macosx/cfcpp/CFCBundle.cpp
37 #include "Host/macosx/cfcpp/CFCBundle.h"263 CFCBundle bundle(path); in LocateExecutableObjectFile() 705 CFCBundle bundle(path); in LocateMacOSXFilesUsingDebugSymbols()
78 #include "../cfcpp/CFCBundle.h"130 CFCBundle bundle(path);147 CFCBundle bundle(path);
574 CFCBundle bundle(file_spec.GetPath().c_str()); in AddKextToMap()