Home
last modified time | relevance | path

Searched refs:bundle_url (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp35 CFCReleaser<CFURLRef> bundle_url(::CFURLCreateWithFileSystemPath( in SetPath() local
37 if (bundle_url.get()) in SetPath()
38 reset(::CFBundleCreate(alloc, bundle_url.get())); in SetPath()
46 CFCReleaser<CFURLRef> bundle_url(CFBundleCopyBundleURL(bundle)); in GetPath() local
47 if (bundle_url.get()) { in GetPath()
49 return ::CFURLGetFileSystemRepresentation(bundle_url.get(), in GetPath()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-objc/
H A Dmain.m627 NSBundle *bundle_url = [[NSBundle alloc]