Home
last modified time | relevance | path

Searched refs:GetPathAsConstString (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp29 return m_file_spec.GetPathAsConstString().AsCString(); in GetPath()
H A DHostInfoBase.cpp278 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory()
301 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp119 return directory.GetPathAsConstString().GetCString(); in GetDirectory()
H A DSBLaunchInfo.cpp213 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
H A DSBPlatform.cpp361 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h317 ConstString GetPathAsConstString(bool denormalize = true) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp450 recurse_dst.SetDirectory(dst_dir.GetPathAsConstString()); in RecurseCopy_Callback()
544 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
554 fixed_dst.SetDirectory(working_dir.GetPathAsConstString()); in Install()
581 recurse_dst.SetDirectory(fixed_dst.GetPathAsConstString()); in Install()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp383 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString() function in FileSpec
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()