Home
last modified time | relevance | path

Searched defs:SetPath (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp37 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp25 bool CFCBundle::SetPath(const char *path) { in SetPath() function in CFCBundle
/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h88 void SetPath(const char *path) { m_path = path; } in SetPath() function