Searched refs:tmpdir_file_spec (Results 1 – 4 of 4) sorted by relevance
121 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in CreateWithUniqueName() local122 if (!tmpdir_file_spec) in CreateWithUniqueName()123 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()124 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()131 llvm::sys::fs::createUniquePath(tmpdir_file_spec.GetPath(), named_pipe_path, in CreateWithUniqueName()
59 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in GetSourcePath() local60 if (tmpdir_file_spec) { in GetSourcePath()61 tmpdir_file_spec.GetFilename() = file_basename; in GetSourcePath()62 m_repl_source_path = tmpdir_file_spec.GetPath(); in GetSourcePath()64 tmpdir_file_spec = FileSpec("/tmp"); in GetSourcePath()65 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()68 return tmpdir_file_spec.GetPath(); in GetSourcePath()
445 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand() local446 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()447 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
1066 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in ParseInternal() local1067 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()1068 std::string temp_source_path = tmpdir_file_spec.GetPath(); in ParseInternal()