Searched refs:path_dir3 (Results 1 – 3 of 3) sorted by relevance
61 Path path_dir3; field in DefaultSecureDirectoryStreamTest79 path_dir3 = filesSetup.getPathInTestDir("dir/dir3"); in setup()89 Files.createDirectory(path_dir3); in setup()103 expectedPathsSet.add(path_dir3); in testIterator()157 Files.createSymbolicLink(symlinkPath, path_dir3); in test_newDirectoryStream_symbolicLink()357 ds_path_dir1.move(path_dir3, ds_path_dir1, Paths.get("path_dir2")); in test_move()359 assertFalse(Files.exists(path_dir3)); in test_move()
243 Path path_dir3 = filesSetup.getPathInTestDir("newDir1/newDir3"); in test_newDirectoryStream() local250 Files.createDirectory(path_dir3); in test_newDirectoryStream()258 expectedPathSet.add(path_dir3); in test_newDirectoryStream()
741 Path path_dir3 = filesSetup.getPathInTestDir("dir/dir3"); in test_newDirectoryStream$Path$Filter() local750 Files.createDirectory(path_dir3); in test_newDirectoryStream$Path$Filter()760 expectedPathsSet.add(path_dir3); in test_newDirectoryStream$Path$Filter()