Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDlldb-platform.cpp110 llvm::SmallString<PATH_MAX> temp_file_path; in save_port_to_file() local
112 auto err_code = llvm::sys::fs::createUniqueFile(temp_file_spec.GetCString(), temp_file_path); in save_port_to_file()
116 llvm::FileRemover tmp_file_remover(temp_file_path.c_str()); in save_port_to_file()
119 std::ofstream temp_file(temp_file_path.c_str(), std::ios::out); in save_port_to_file()
121 return Error("Failed to open temp file %s", temp_file_path.c_str()); in save_port_to_file()
125 err_code = llvm::sys::fs::rename(temp_file_path.c_str(), port_file_spec.GetPath().c_str()); in save_port_to_file()
128temp_file_path.c_str(), port_file_spec.GetPath().c_str(), err_code.message().c_str()); in save_port_to_file()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDdiff_editor.c222 const char *temp_file_path; member
2008 SVN_ERR(svn_stream_open_unique(&temp_stream, &fb->temp_file_path, NULL, in apply_textdelta()
2053 if (fb->temp_file_path) in close_file()
2092 repos_file = fb->temp_file_path; in close_file()
2107 fb->temp_file_path, in close_file()