Home
last modified time | relevance | path

Searched refs:dir1file1 (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java284 Path dir1file1 = Paths.get(filesSetup.getTestDir(), "directory1/file1"); in test_multipleKeys() local
285 assertFalse(Files.exists(dir1file1)); in test_multipleKeys()
295 Path[] allFiles = new Path[]{dir1file1, dir2file1}; in test_multipleKeys()
324 Path dir1file1 = Paths.get(filesSetup.getTestDir(), "directory1/file1"); in test_multipleServices() local
325 assertFalse(Files.exists(dir1file1)); in test_multipleServices()
336 Path[] allFiles = new Path[]{dir1file1, dir2file1}; in test_multipleServices()
352 Files.createFile(dir1file1); in test_multipleServices()
353 Files.delete(dir1file1); in test_multipleServices()