Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileAction.cpp29 return m_file_spec.GetPathAsConstString().AsCString(); in GetPath()
H A DHostInfoBase.cpp282 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeProcessTempFileDirectory()
305 file_spec.SetDirectory(temp_file_spec.GetPathAsConstString()); in ComputeGlobalTempFileDirectory()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBFileSpec.cpp119 return directory.GetPathAsConstString().GetCString(); in GetDirectory()
H A DSBLaunchInfo.cpp210 return m_opaque_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
H A DSBPlatform.cpp357 return platform_sp->GetWorkingDirectory().GetPathAsConstString().AsCString(); in GetWorkingDirectory()
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h317 ConstString GetPathAsConstString(bool denormalize = true) const;
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp178 source_spec.GetPathAsConstString(false).GetStringRef()); in GetFile()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp454 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()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp382 ConstString FileSpec::GetPathAsConstString(bool denormalize) const { in GetPathAsConstString() function in FileSpec
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1173 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable()
1186 dir.SetDirectory(cmd_line_lldb_resources.GetPathAsConstString()); in LocateExecutable()
/openbsd/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm214 file_spec.SetDirectory(temp_file.GetPathAsConstString());
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp117 pdb_file = exe_dir.CopyByAppendingPathComponent(pdb_name).GetPathAsConstString().GetStringRef(); in loadMatchingPDBFile()