Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp652 std::string shallow_bundle_str = kext_bundle_filepath.GetPath() + "/"; in KextHasdSYMSibling() local
653 shallow_bundle_str += executable_name.AsCString(); in KextHasdSYMSibling()
654 shallow_bundle_str += ".dSYM"; in KextHasdSYMSibling()
655 dsym_fspec.SetFile(shallow_bundle_str, FileSpec::Style::native); in KextHasdSYMSibling()