Home | History | Annotate | Download | only in Basic

Lines Matching full:_path

238   RealFSDirIter(const Twine &_Path, std::error_code &EC)
239 : Path(_Path.str()), Iter(Path, EC) {
1497 const Twine &_Path, RedirectingFileSystem &FS,
1500 : Dir(_Path.str()), FS(FS), Current(Begin), End(End) {