Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp953 static ConstString g_lldb_support_exe_dir; in GetLLDBPath() local
954 if (!g_lldb_support_exe_dir) in GetLLDBPath()
974 g_lldb_support_exe_dir.SetCString(resolved_path); in GetLLDBPath()
977 file_spec.GetDirectory() = g_lldb_support_exe_dir; in GetLLDBPath()