Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDModuleCache.cpp295 const auto tmp_download_file_spec = JoinPath(module_spec_dir, kTempFileName); in GetAndPut() local
296 error = module_downloader(module_spec, tmp_download_file_spec); in GetAndPut()
297 llvm::FileRemover tmp_file_remover(tmp_download_file_spec.GetPath()); in GetAndPut()
303 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut()
HDPlatform.cpp1702 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument
1705 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()
1709 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument
1710 return DownloadSymbolFile(module_sp, tmp_download_file_spec); in GetCachedSharedModule()