Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp106 llvm::SmallString<64> temp_file_path; in save_socket_id_to_file() local
110 temp_file_path); in save_socket_id_to_file()
114 llvm::FileRemover tmp_file_remover(temp_file_path); in save_socket_id_to_file()
124 err_code = llvm::sys::fs::rename(temp_file_path, file_spec.GetPath()); in save_socket_id_to_file()
126 return Status("Failed to rename file %s to %s: %s", temp_file_path.c_str(), in save_socket_id_to_file()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc997 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1003 temp_file_path); in CapturedStream()
1006 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
1008 << temp_file_path; in CapturedStream()
1009 filename_ = temp_file_path; in CapturedStream()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c225 const char *temp_file_path; member
2130 SVN_ERR(svn_stream_open_unique(&temp_stream, &fb->temp_file_path, NULL, in apply_textdelta()
2175 if (fb->temp_file_path) in close_file()
2214 repos_file = fb->temp_file_path; in close_file()
2229 fb->temp_file_path, in close_file()