Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp72 FileSpec m_lldb_global_tmp_dir; member
182 if (!HostInfo::ComputeGlobalTempFileDirectory( g_fields->m_lldb_global_tmp_dir)) in GetGlobalTempDir()
183 g_fields->m_lldb_global_tmp_dir = FileSpec(); in GetGlobalTempDir()
186 LLDB_LOG(log, "global temp dir -> `{0}`", g_fields->m_lldb_global_tmp_dir); in GetGlobalTempDir()
188 return g_fields->m_lldb_global_tmp_dir; in GetGlobalTempDir()