Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinDevice.cpp281 MakeCacheFolderForFile(const FileSpec &module_cache_spec) { in MakeCacheFolderForFile() argument
283 module_cache_spec.CopyByRemovingLastPathComponent(); in MakeCacheFolderForFile()
290 const FileSpec &module_cache_spec) { in BringInRemoteFile() argument
291 MakeCacheFolderForFile(module_cache_spec); in BringInRemoteFile()
292 Status err = platform->GetFile(module_spec.GetFileSpec(), module_cache_spec); in BringInRemoteFile()
378 FileSpec module_cache_spec(cache_path); in GetSharedModuleWithLocalCache() local
384 err = BringInRemoteFile(this, module_spec, module_cache_spec); in GetSharedModuleWithLocalCache()
387 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
393 ModuleSpec local_spec(module_cache_spec, in GetSharedModuleWithLocalCache()
402 if (FileSystem::Instance().Exists(module_cache_spec)) { in GetSharedModuleWithLocalCache()
[all …]