Searched refs:g_lldb_tmp_dir (Results 1 – 1 of 1) sorted by relevance
1270 static ConstString g_lldb_tmp_dir; in GetLLDBPath() local1271 if (!g_lldb_tmp_dir) in GetLLDBPath()1282 g_lldb_tmp_dir.SetCString(tmpdir_cstr); in GetLLDBPath()1284 … log->Printf("Host::GetLLDBPath(ePathTypeLLDBTempSystemDir) => '%s'", g_lldb_tmp_dir.GetCString()); in GetLLDBPath()1287 file_spec.GetDirectory() = g_lldb_tmp_dir; in GetLLDBPath()