Searched refs:CFBundle (Results 1 – 11 of 11) sorted by relevance
17 CFBundle::CFBundle(const char *path) in CFBundle() function in CFBundle24 CFBundle::CFBundle(const CFBundle &rhs) = default;27 CFBundle &CFBundle::operator=(const CFBundle &rhs) { in operator =()34 CFBundle::~CFBundle() = default;37 bool CFBundle::SetPath(const char *path) { in SetPath()56 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier()63 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL()
18 class CFBundle : public CFReleaser<CFBundleRef> {21 CFBundle(const char *path = NULL);22 CFBundle(const CFBundle &rhs);23 CFBundle &operator=(const CFBundle &rhs);24 virtual ~CFBundle();
47 #include "CFBundle.h"3571 CFBundle bundle(app_bundle_path);
85 class CFBundle : public CFReleaser<CFBundleRef> { class87 CFBundle(StringRef Path) : CFReleaser<CFBundleRef>() { SetFromPath(Path); } in CFBundle() function in llvm::dsymutil::CFBundle89 CFBundle(CFURLRef Url) in CFBundle() function in llvm::dsymutil::CFBundle114 void CFBundle::SetFromPath(StringRef Path) { in SetFromPath()159 CFBundle Bundle(ExePath); in getBundleInfo()
24 CFBundle.cpp
15 struct CFBundle; struct16 typedef struct CFBundle *CFBundleRef;18 // CHECK_CF: declare i32 @CFBundleGetVersionNumber(%struct.CFBundle* noundef)
24 "CFBundle.cpp",
45 …26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2695DD910D…76 …456F67641AD46CE9002850C2 /* CFBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2695DD910D…112 …3EBFF6007E4CA2 /* CFBundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…113 …20D3EBFF6007E4CA2 /* CFBundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …333 2695DD920D3EBFF6007E4CA2 /* CFBundle.h */,334 2695DD910D3EBFF6007E4CA2 /* CFBundle.cpp */,534 26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */,579 456F67641AD46CE9002850C2 /* CFBundle.cpp in Sources */,
219 MacOSX/CFBundle.cpp
1700 CFBundle bundle(path); in DNBResolveExecutablePath()
4750 lldb/tools/debugserver/source/MacOSX/CFBundle.cpp4751 lldb/tools/debugserver/source/MacOSX/CFBundle.h6951 llvm/tools/dsymutil/CFBundle.cpp6952 llvm/tools/dsymutil/CFBundle.h