Searched defs:nextPath (Results 1 – 3 of 3) sorted by relevance
42 public @Nullable Path nextPath; field in TestDocumentsAccess
41 public Path nextPath; field in TestDocumentsProvider
131 final String nextPath = separator > 0 ? path.substring(separator + 1) : null; in findEvents() local