Searched refs:CFBundle (Results 1 – 10 of 10) 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"3656 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()
26 CFBundle.cpp
25 "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
1707 CFBundle bundle(path); in DNBResolveExecutablePath()
4747 lldb/tools/debugserver/source/MacOSX/CFBundle.cpp4748 lldb/tools/debugserver/source/MacOSX/CFBundle.h6939 llvm/tools/dsymutil/CFBundle.cpp6940 llvm/tools/dsymutil/CFBundle.h