Searched refs:sourceAbsolutePath (Results 1 – 1 of 1) sorted by relevance
229 private void linkFiles(IncrementalStorage sourceStorage, File sourceAbsolutePath, in linkFiles() argument232 final Path sourceBase = sourceAbsolutePath.toPath().resolve(sourceRelativePath); in linkFiles()234 Files.walkFileTree(sourceAbsolutePath.toPath(), new SimpleFileVisitor<Path>() { in linkFiles()