Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp29 return m_file_spec.GetPathAsConstString().AsCString(); in GetPath()
H A DHostInfoBase.cpp280 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory()
303 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
/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()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h317 ConstString GetPathAsConstString(bool denormalize = true) const;
/llvm-project/lldb/source/Target/
H A DPlatform.cpp415 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()
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp215 source_spec.GetPathAsConstString(false).GetStringRef()); in GetFile()
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp383 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString() function in FileSpec
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1217 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable()
1230 dir.SetDirectory(cmd_line_lldb_resources.GetPathAsConstString()); in LaunchProcess()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm230 file_spec.SetDirectory(temp_file.GetPathAsConstString());
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp120 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()