Searched refs:tmpdir_file_spec (Results 1 – 4 of 4) sorted by relevance
131 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in CreateWithUniqueName() local132 if (!tmpdir_file_spec) in CreateWithUniqueName()133 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()134 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()141 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in CreateWithUniqueName()
54 FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir(); in GetSourcePath() local55 if (tmpdir_file_spec) { in GetSourcePath()56 tmpdir_file_spec.GetFilename() = file_basename; in GetSourcePath()57 m_repl_source_path = tmpdir_file_spec.GetPath(); in GetSourcePath()59 tmpdir_file_spec = FileSpec("/tmp"); in GetSourcePath()60 tmpdir_file_spec.AppendPathComponent(file_basename.GetStringRef()); in GetSourcePath()63 return tmpdir_file_spec.GetPath(); in GetSourcePath()
537 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in RunShellCommand() local538 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()539 llvm::sys::fs::createUniqueFile(tmpdir_file_spec.GetPath(), in RunShellCommand()
1052 if (FileSpec tmpdir_file_spec = HostInfo::GetProcessTempDir()) { in ParseInternal() local1053 tmpdir_file_spec.AppendPathComponent("lldb-%%%%%%.expr"); in ParseInternal()1054 std::string temp_source_path = tmpdir_file_spec.GetPath(); in ParseInternal()