Home
last modified time | relevance | path

Searched refs:bundle_directory (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DHost.h161 FileSpec &bundle_directory);
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp393 FileSpec bundle_directory; in GetSharedModule() local
394 if (Host::GetBundleDirectory(platform_file, bundle_directory)) { in GetSharedModule()
395 if (platform_file == bundle_directory) { in GetSharedModule()
397 new_module_spec.GetFileSpec() = bundle_directory; in GetSharedModule()
411 bundle_directory.GetPath(bundle_dir, sizeof(bundle_dir)); in GetSharedModule()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm98 FileSpec &bundle_directory) {
105 bundle_directory.SetFile(path, FileSpec::Style::native);
111 bundle_directory.Clear();