Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DCFBundle.cpp23 SetPath(path); in CFBundle()
48 bool CFBundle::SetPath(const char *path) { in SetPath() function in CFBundle
H A DCFBundle.h28 bool SetPath(const char *path);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFileSpec.h330 void SetPath(llvm::StringRef p) { SetFile(p); } in SetPath() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp246 file_spec.SetPath(path); in Resolve()