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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp268 Twine adjustPath(const Twine &Path, SmallVectorImpl<char> &Storage) const { function in class:__anon3813::RealFileSystem
291 sys::fs::status(adjustPath(Path, Storage), RealStatus))
300 adjustPath(Name, Storage), sys::fs::OF_None, &RealName);
322 adjustPath(Path, Storage).toVector(Absolute);
336 return llvm::sys::fs::is_local(adjustPath(Path, Storage), Result);
343 return llvm::sys::fs::real_path(adjustPath(Path, Storage), Output);
382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC));

Completed in 41 milliseconds