Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp640 std::string shallow_bundle_str = kext_bundle_filepath.GetPath() + "/"; in KextHasdSYMSibling() local
641 shallow_bundle_str += executable_name.AsCString(); in KextHasdSYMSibling()
642 shallow_bundle_str += ".dSYM"; in KextHasdSYMSibling()
643 dsym_fspec.SetFile(shallow_bundle_str, FileSpec::Style::native); in KextHasdSYMSibling()