Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java282 Path directory2 = Paths.get(filesSetup.getTestDir(), "directory2"); in test_multipleKeys() local
290 Files.createDirectories(directory2); in test_multipleKeys()
292 WatchKey directoryKey2 = directory2.register(watchService1, ALL_EVENTS_KINDS); in test_multipleKeys()
322 Path directory2 = Paths.get(filesSetup.getTestDir(), "directory2"); in test_multipleServices() local
330 Files.createDirectories(directory2); in test_multipleServices()
334 WatchKey directoryKey2 = directory2.register(watchService2, ALL_EVENTS_KINDS); in test_multipleServices()