Searched refs:LastSep (Results 1 – 2 of 2) sorted by relevance
92 auto LastSep = S.find_last_of('/'); in isInPath() local93 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()