Searched refs:temp_file_path (Results 1 – 3 of 3) sorted by relevance
106 llvm::SmallString<64> temp_file_path; in save_socket_id_to_file() local110 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()
997 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local1003 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()
225 const char *temp_file_path; member2130 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()