Searched refs:GetPathAsConstString (Results 1 – 12 of 12) sorted by relevance
29 return m_file_spec.GetPathAsConstString().AsCString(); in GetPath()
280 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory() 303 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
119 return directory.GetPathAsConstString().GetCString(); in GetDirectory()
213 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
361 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
317 ConstString GetPathAsConstString(bool denormalize = true) const;
415 recurse_dst.SetDirectory(dst_dir.GetPathAsConstString()); in RecurseCopy_Callback() 509 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install() 519 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install() 547 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
215 source_spec.GetPathAsConstString(false).GetStringRef()); in GetFile()
383 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString() function in FileSpec
1217 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable() 1230 dir.SetDirectory(cmd_line_lldb_resources.GetPathAsConstString()); in LaunchProcess()
230 file_spec.SetDirectory(temp_file.GetPathAsConstString());
120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()