Searched refs:tmp_download_file_spec (Results 1 – 2 of 2) sorted by relevance
295 const auto tmp_download_file_spec = JoinPath(module_spec_dir, kTempFileName); in GetAndPut() local296 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()
1702 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument1705 module_spec.GetObjectSize(), tmp_download_file_spec); in GetCachedSharedModule()1709 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule() argument1710 return DownloadSymbolFile(module_sp, tmp_download_file_spec); in GetCachedSharedModule()