Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp583 char bundle_id_buf[PATH_MAX]; in AddKextToMap() local
584 if (CFStringGetCString(bundle_id, bundle_id_buf, sizeof(bundle_id_buf), in AddKextToMap()
586 ConstString bundle_conststr(bundle_id_buf); in AddKextToMap()