Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp595 char bundle_id_buf[PATH_MAX]; in AddKextToMap() local
596 if (CFStringGetCString(bundle_id, bundle_id_buf, sizeof(bundle_id_buf), in AddKextToMap()
598 ConstString bundle_conststr(bundle_id_buf); in AddKextToMap()