Home
last modified time | relevance | path

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

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