Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp48 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h330 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function