Searched refs:path_f1 (Results 1 – 2 of 2) sorted by relevance
62 Path path_f1; field in DefaultSecureDirectoryStreamTest82 path_f1 = filesSetup.getPathInTestDir("dir/f1"); in setup()91 Files.createFile(path_f1); in setup()176 relativize(path_f1))) { in test_newDirectoryStream_Exception()188 relativize(path_f1), (LinkOption) null)) { in test_newDirectoryStream_Exception()219 path_root.relativize(path_f1), set)) { in test_newByteChannel()226 writeToFile(path_f1, TEST_FILE_DATA); in test_newByteChannel()228 path_root.relativize(path_f1), set)) { in test_newByteChannel()240 path_root.relativize(path_f1), set)) { in test_newByteChannel()268 ds_path_root.deleteFile(path_root.relativize(path_f1)); in test_deleteFile()[all …]
743 Path path_f1 = filesSetup.getPathInTestDir("dir/f1"); in test_newDirectoryStream$Path$Filter() local751 Files.createFile(path_f1); in test_newDirectoryStream$Path$Filter()