Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp45 ConstString m_local_cache_directory; member
150 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory()
157 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
159 m_opaque_ptr->m_local_cache_directory = ConstString(); in SetLocalCacheDirectory()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h896 std::string m_local_cache_directory; variable
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1323 m_local_cache_directory.assign(local); in SetLocalCacheDirectory()
1327 return m_local_cache_directory.c_str(); in GetLocalCacheDirectory()