Searched refs:LastSep (Results 1 – 1 of 1) sorted by relevance
77 auto LastSep = S.find_last_of('/'); in isInPath() local78 if (LastSep == Path.size() || LastSep == Path.size()-1) in isInPath()