Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp106 llvm::SmallString<64> temp_file_path; in save_socket_id_to_file() local
108 temp_file_path = temp_file_spec.GetPath(); in save_socket_id_to_file()
113 temp_file_path, file_spec.GetPath(), socket_id), in save_socket_id_to_file()
/freebsd-13.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-13.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()