Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DWatchServiceTest.java281 Path directory1 = Paths.get(filesSetup.getTestDir(), "directory1"); in test_multipleKeys() local
289 Files.createDirectories(directory1); in test_multipleKeys()
291 WatchKey directoryKey1 = directory1.register(watchService1, ALL_EVENTS_KINDS); in test_multipleKeys()
321 Path directory1 = Paths.get(filesSetup.getTestDir(), "directory1"); in test_multipleServices() local
329 Files.createDirectories(directory1); in test_multipleServices()
333 WatchKey directoryKey1 = directory1.register(watchService1, ALL_EVENTS_KINDS); in test_multipleServices()
350 WatchKey directoryKey3 = directory1.register(watchService2, ALL_EVENTS_KINDS); in test_multipleServices()