Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp105 llvm::SmallString<64> temp_file_path; in save_socket_id_to_file() local
107 temp_file_path = temp_file_spec.GetPath(); in save_socket_id_to_file()
112 temp_file_path, file_spec.GetPath(), socket_id), in save_socket_id_to_file()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1078 char temp_file_path[MAX_PATH + 1] = { '\0' }; // NOLINT in CapturedStream() local
1084 temp_file_path); in CapturedStream()
1087 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE); in CapturedStream()
1089 << temp_file_path; in CapturedStream()
1090 filename_ = temp_file_path; in CapturedStream()