Searched refs:tmpdir_file_spec (Results 1 – 4 of 4) sorted by relevance
125 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in CreateWithUniqueName() local126 if (!tmpdir_file_spec) in CreateWithUniqueName()127 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()128 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()135 llvm::sys::fs::createUniquePath(tmpdir_file_spec.GetPath(), named_pipe_path, in CreateWithUniqueName()
61 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in GetSourcePath() local62 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()
455 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand() local456 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()457 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
1239 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in ParseInternal() local1240 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()1241 std::string temp_source_path = tmpdir_file_spec.GetPath(); in ParseInternal()