Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/file/Path/
DPathOps.java132 PathOps notEnds(String suffix) { in notEnds() method in PathOps
297 .notEnds("") in doUnixTests()
298 .notEnds("foo") in doUnixTests()
299 .notEnds("/foo"); in doUnixTests()
303 .notEnds("fool"); in doUnixTests()
308 .notEnds("ar") in doUnixTests()
309 .notEnds("barack") in doUnixTests()
310 .notEnds("/bar") in doUnixTests()
311 .notEnds("o/bar"); in doUnixTests()
314 .notEnds("") in doUnixTests()
[all …]