Searched refs:GetPathAsConstString (Results 1 – 12 of 12) sorted by relevance
29 return m_file_spec.GetPathAsConstString().AsCString(); in GetPath()
282 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory()305 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
119 return directory.GetPathAsConstString().GetCString(); in GetDirectory()
210 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
357 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
317 ConstString GetPathAsConstString(bool denormalize = true) const;
178 source_spec.GetPathAsConstString(false).GetStringRef()); in GetFile()
454 recurse_dst.SetDirectory(dst_dir.GetPathAsConstString()); in RecurseCopy_Callback()548 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()558 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()585 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
382 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString() function in FileSpec
1173 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable()1186 dir.SetDirectory(cmd_line_lldb_resources.GetPathAsConstString()); in LocateExecutable()
214 file_spec.SetDirectory(temp_file.GetPathAsConstString());
117 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()