Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DHost.cpp1017 static ConstString g_lldb_python_dir; in GetLLDBPath() local
1018 if (!g_lldb_python_dir) in GetLLDBPath()
1048 g_lldb_python_dir.SetCString(resolved_path); in GetLLDBPath()
1051 file_spec.GetDirectory() = g_lldb_python_dir; in GetLLDBPath()