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