Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp199 const auto tmp_file_path = tmp_file.GetPath(); in Put() local
201 llvm::sys::fs::rename(tmp_file_path, module_file_path.GetPath()); in Put()
203 return Status("Failed to rename file %s to %s: %s", tmp_file_path.c_str(), in Put()