Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp287 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anon2f7918780211::RealFileSystem
310 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
319 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead()
341 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
355 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal()
362 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath()
412 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()