Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h47 void SetLocalCacheDirectory(const char *path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp130 void SBPlatformConnectOptions::SetLocalCacheDirectory(const char *path) { in SetLocalCacheDirectory() function in SBPlatformConnectOptions
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h678 virtual void SetLocalCacheDirectory(const char *local);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp757 SetLocalCacheDirectory( in ConnectRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1393 void Platform::SetLocalCacheDirectory(const char *local) { in SetLocalCacheDirectory() function in Platform