Searched refs:adjustPath (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 297 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anon5c4e8b480211::RealFileSystem 320 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status() 329 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead() 353 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory() 367 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal() 373 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath() 423 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()
|