Searched refs:dirPath4 (Results 1 – 2 of 2) sorted by relevance
192 Path dirPath4 = filesSetup.getPathInTestDir("dir4"); in test_move_directory_DirectoryNotEmptyException() local194 Files.createDirectory(dirPath4); in test_move_directory_DirectoryNotEmptyException()196 Files.createFile(Paths.get(dirPath4.toString(), DATA_FILE)); in test_move_directory_DirectoryNotEmptyException()198 Files.copy(dirPath, dirPath4, REPLACE_EXISTING); in test_move_directory_DirectoryNotEmptyException()
722 Path dirPath4 = filesSetup.getPathInTestDir("dir4"); in test_copy_directory() local723 Files.createDirectories(dirPath4); in test_copy_directory()726 Files.createFile(Paths.get(dirPath4.toString(), file.toString())); in test_copy_directory()729 provider.copy(dirPath, dirPath4, REPLACE_EXISTING); in test_copy_directory()