Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBPlatform.i42 GetLocalCacheDirectory();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBPlatform.h44 const char *GetLocalCacheDirectory();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp289 if (GetLocalCacheDirectory() && *GetLocalCacheDirectory()) in GetPlatformSpecificConnectionInformation()
290 stream.Printf("cache dir: %s", GetLocalCacheDirectory()); in GetPlatformSpecificConnectionInformation()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp373 std::string cache_path(GetLocalCacheDirectory()); in GetSharedModuleWithLocalCache()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBPlatform.cpp147 const char *SBPlatformConnectOptions::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in SBPlatformConnectOptions
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h611 virtual const char *GetLocalCacheDirectory();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1327 const char *Platform::GetLocalCacheDirectory() { in GetLocalCacheDirectory() function in Platform