Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp20 SetPath(path); in CFBundle()
37 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
H A DCFBundle.h25 bool SetPath(const char *path);
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp15 SetPath(path); in CFCBundle()
25 bool CFCBundle::SetPath(const char *path) { in SetPath() function in CFCBundle
H A DCFCBundle.h30 bool SetPath(const char *path);
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp273 file_spec.SetPath(path); in Resolve()
376 file_spec.SetPath(home_dir); in GetHomeDirectory()
H A DHost.cpp419 shell.SetPath(shell_path); in RunShellCommand()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp172 qemu.SetPath(("qemu-" + GetGlobalProperties().GetArchitecture()).str()); in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDataFileCache.cpp48 m_cache_dir.SetPath(path); in DataFileCache()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp439 module_spec.GetFileSpec().SetPath(value); in GetLoadedDynamicLibrariesInfos()