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.cpp49 ConstString m_local_cache_directory;
154 return m_opaque_ptr->m_local_cache_directory.GetCString(); in SetLocalCacheDirectory()
161 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
163 m_opaque_ptr->m_local_cache_directory = ConstString();
46 ConstString m_local_cache_directory; global() member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h960 std::string m_local_cache_directory; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1280 m_local_cache_directory.assign(local); in SetLocalCacheDirectory()
1284 return m_local_cache_directory.c_str(); in GetLocalCacheDirectory()