Home
last modified time | relevance | path

Searched refs:temp_file (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py118 temp_file = self.getBuildArtifact("test")
119 with open(temp_file, "wb"):
140 with open(temp_path, "wb") as temp_file:
141 temp_file.write(test_data)
163 with open(temp_path, "wb") as temp_file:
164 os.chmod(temp_file.fileno(), test_mode)
235 temp_file.flush()
265 sys_stat = os.fstat(temp_file.fileno())
329 with open(temp_path, "wb") as temp_file:
330 temp_file.write(test_data.encode())
[all …]
/llvm-project-15.0.7/lldb/tools/lldb-fuzzer/utils/
H A DTempFile.cpp22 std::unique_ptr<TempFile> temp_file = std::make_unique<TempFile>(); in Create() local
24 temp_file->m_path); in Create()
32 return temp_file; in Create()
/llvm-project-15.0.7/lldb/source/Host/linux/
H A DHostInfoLinux.cpp179 FileSpec temp_file("/usr/lib" LLDB_LIBDIR_SUFFIX "/lldb/plugins"); in ComputeSystemPluginsDirectory() local
180 FileSystem::Instance().Resolve(temp_file); in ComputeSystemPluginsDirectory()
181 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); in ComputeSystemPluginsDirectory()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp146 FileSpec temp_file("/opt/local/include/lldb"); in ComputeHeaderDirectory() local
147 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); in ComputeHeaderDirectory()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm213 FileSpec temp_file("~/Library/Application Support/LLDB/PlugIns");
214 FileSystem::Instance().Resolve(temp_file);
215 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str());