Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDModuleCache.cpp294 const auto tmp_download_file_spec = JoinPath(module_spec_dir, kTempFileName); in GetAndPut() local
295 error = module_downloader(module_spec, tmp_download_file_spec); in GetAndPut()
296 llvm::FileRemover tmp_file_remover(tmp_download_file_spec.GetPath()); in GetAndPut()
302 tmp_download_file_spec, module_spec.GetFileSpec()); in GetAndPut()
HDPlatform.cpp1604 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument
1607 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()
1611 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument
1612 return DownloadSymbolFile(module_sp, tmp_download_file_spec); in GetCachedSharedModule()