Home
last modified time | relevance | path

Searched refs:CFCBundle (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp13 CFCBundle::CFCBundle(const char *path) : CFCReleaser<CFBundleRef>() { in CFCBundle() function in CFCBundle
18 CFCBundle::CFCBundle(CFURLRef url) in CFCBundle() function in CFCBundle
22 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()
H A DCFCBundle.h14 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;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn89 "macosx/cfcpp/CFCBundle.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt86 macosx/cfcpp/CFCBundle.cpp
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp229 CFCBundle bundle(path); in LocateMacOSXFilesUsingDebugSymbols()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm78 #include "../cfcpp/CFCBundle.h"
122 CFCBundle bundle(path);
139 CFCBundle bundle(path);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp580 CFCBundle bundle(file_spec.GetPath().c_str()); in AddKextToMap()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4055 lldb/source/Host/macosx/cfcpp/CFCBundle.cpp
4056 lldb/source/Host/macosx/cfcpp/CFCBundle.h