Home
last modified time | relevance | path

Searched refs:GetLocalCacheDirectory (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBPlatform.i42 GetLocalCacheDirectory();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBPlatform.h44 const char *GetLocalCacheDirectory();
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp288 if (GetLocalCacheDirectory() && *GetLocalCacheDirectory()) in GetPlatformSpecificConnectionInformation()
289 stream.Printf("cache dir: %s", GetLocalCacheDirectory()); in GetPlatformSpecificConnectionInformation()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp363 std::string cache_path(GetLocalCacheDirectory()); in GetSharedModuleWithLocalCache()
/llvm-project-15.0.7/lldb/source/API/
H A DSBPlatform.cpp147 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in SBPlatformConnectOptions
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h610 virtual const char *GetLocalCacheDirectory();
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1326 const char *Platform::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in Platform