Searched refs:tmpdir_file_spec (Results 1 – 4 of 4) sorted by relevance
127 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in CreateWithUniqueName() local128 if (!tmpdir_file_spec) in CreateWithUniqueName()129 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()130 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()137 llvm::sys::fs::createUniquePath(tmpdir_file_spec.GetPath(), named_pipe_path, in CreateWithUniqueName()
61 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in GetSourcePath() local 62 if (tmpdir_file_spec) { in GetSourcePath() 63 tmpdir_file_spec.SetFilename(file_basename); in GetSourcePath() 64 m_repl_source_path = tmpdir_file_spec.GetPath(); in GetSourcePath() 66 tmpdir_file_spec = FileSpec("/tmp"); in GetSourcePath() 67 tmpdir_file_spec.AppendPathComponent(file_basename); in GetSourcePath() 70 return tmpdir_file_spec.GetPath(); in GetSourcePath()
472 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand() local473 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()474 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
1040 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in ParseInternal() local1041 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()1042 std::string temp_source_path = tmpdir_file_spec.GetPath(); in ParseInternal()