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

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

Completed in 172 milliseconds