ΒΆvoid expand_tilde(const llvm::Twine& path,
SmallVectorImpl<char>& output)
void expand_tilde(const llvm::Twine& path,
SmallVectorImpl<char>& output)
Description
Expands ~ expressions to the user's home directory. On Unix ~user directories are resolved as well.
Declared at: llvm/include/llvm/Support/FileSystem.h:373
Parameters
- const llvm::Twine& path
- The path to resolve.
- SmallVectorImpl<char>& output