Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:DotPos

567   std::string::size_type DotPos = Filename.rfind('.');
569 if (DotPos == std::string::npos) {
574 std::string Ext = std::string(Filename.begin()+DotPos+1, Filename.end());