Home
last modified time | relevance | path

Searched refs:LastSep (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp92 auto LastSep = S.find_last_of('/'); in isInPath() local
93 if (LastSep == Path.size() || LastSep == Path.size() - 1) in isInPath()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp102 auto LastSep = S.find_last_of('/'); in isInPath() local
103 if (LastSep == Path.size() || LastSep == Path.size() - 1) in isInPath()