Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp299 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anon5c4e8b480211::RealFileSystem
311 adjustPath(Name, Storage), Flags, &RealName); in openFileForReadWithFlags()
333 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
365 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
379 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal()
385 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath()
435 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()