Searched refs:CFCBundle (Results 1 – 8 of 8) 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;
89 "macosx/cfcpp/CFCBundle.cpp",
86 macosx/cfcpp/CFCBundle.cpp
229 CFCBundle bundle(path); in LocateMacOSXFilesUsingDebugSymbols()
78 #include "../cfcpp/CFCBundle.h"122 CFCBundle bundle(path);139 CFCBundle bundle(path);
580 CFCBundle bundle(file_spec.GetPath().c_str()); in AddKextToMap()
4055 lldb/source/Host/macosx/cfcpp/CFCBundle.cpp4056 lldb/source/Host/macosx/cfcpp/CFCBundle.h