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