Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp738 std::string kext_bundle_id = platform_file.GetPath(); in GetSharedModule() local
740 if (!kext_bundle_id.empty() && module_spec.GetUUID().IsValid()) { in GetSharedModule()
741 if (kext_bundle_id == "mach_kernel") { in GetSharedModule()