Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.cpp37 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCBundle.cpp25 bool CFCBundle::SetPath(const char *path) { in SetPath() function in CFCBundle
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h279 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function