Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp552 std::string contents_plugins_path = kext_bundle_path + "/Contents/PlugIns"; in GetKextsInDirectory() local
553 FileSpec contents_plugins (contents_plugins_path.c_str(), false); in GetKextsInDirectory()
556 search_here_too = contents_plugins_path; in GetKextsInDirectory()