Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp36 m_local_cache_directory() { in PlatformConnectOptions()
48 ConstString m_local_cache_directory; member
127 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory()
132 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
134 m_opaque_ptr->m_local_cache_directory = ConstString(); in SetLocalCacheDirectory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h930 std::string m_local_cache_directory; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1394 m_local_cache_directory.assign(local); in SetLocalCacheDirectory()
1398 return m_local_cache_directory.c_str(); in GetLocalCacheDirectory()