Searched refs:adjustPath (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { in adjustPath() function in __anona1b947f30211::RealFileSystem 291 sys::fs::status(adjustPath(Path, Storage), RealStatus)) in status() 300 adjustPath(Name, Storage), sys::fs::OF_None, &RealName); in openFileForRead() 322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory() 336 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result); in isLocal() 343 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output); in getRealPath() 382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()
|