Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp599 ConstString kext_bundle_cs(kext_bundle_id.c_str()); in GetSharedModule() local
600 if (m_name_to_kext_path_map.count(kext_bundle_cs) > 0) in GetSharedModule()
604 if (it->first == kext_bundle_cs) in GetSharedModule()