Searched refs:rootPathPrefix (Results 1 – 1 of 1) sorted by relevance
78 Path rootPathPrefix = rootDirectory.resolve(pathPrefix); in findUnprocessed() local79 final String rootPathPrefixStr = rootPathPrefix.toString(); in findUnprocessed()81 if (!Files.exists(rootPathPrefix.getParent())) { in findUnprocessed()84 try (Stream<Path> paths = Files.list(rootPathPrefix.getParent())) { in findUnprocessed()