Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp286 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anon4785343f0211::RealFileSystem
309 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status()
318 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead()
340 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
354 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal()
361 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath()
411 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()