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

/external/lldb/source/Host/common/
H A DHost.cpp1107 static ConstString g_lldb_user_plugin_dir; local
1108 if (!g_lldb_user_plugin_dir)
1115 g_lldb_user_plugin_dir.SetCString(user_plugin_path);
1118 file_spec.GetDirectory() = g_lldb_user_plugin_dir;
1121 static ConstString g_lldb_user_plugin_dir;
1122 if (!g_lldb_user_plugin_dir)
1147 g_lldb_user_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str());
1149 file_spec.GetDirectory() = g_lldb_user_plugin_dir;

Completed in 51 milliseconds