Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp48 ConstString m_local_cache_directory; member
153 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory()
160 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
162 m_opaque_ptr->m_local_cache_directory = ConstString(); in SetLocalCacheDirectory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1023 std::string m_local_cache_directory; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1285 m_local_cache_directory.assign(local); in SetLocalCacheDirectory()
1289 return m_local_cache_directory.c_str(); in GetLocalCacheDirectory()