Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp363 std::string cache_path(GetLocalCacheDirectory()); in GetSharedModuleWithLocalCache() local
365 if (!cache_path.empty()) { in GetSharedModuleWithLocalCache()
367 cache_path.append(module_path); in GetSharedModuleWithLocalCache()
368 FileSpec module_cache_spec(cache_path); in GetSharedModuleWithLocalCache()