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

/external/lldb/source/Host/common/
H A DHost.cpp1060 static ConstString g_lldb_system_plugin_dir; local
1079 g_lldb_system_plugin_dir.SetCString(resolved_path);
1087 g_lldb_system_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str());
1092 if (g_lldb_system_plugin_dir)
1094 file_spec.GetDirectory() = g_lldb_system_plugin_dir;

Completed in 255 milliseconds