Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java1807 Set<OpenOption> stubSet = new HashSet<>(); in test_newByteChannel$Path$Set_OpenOption$FileAttributes() local
1808 Files.newByteChannel(mockPath, stubSet, stubFileAttribute); in test_newByteChannel$Path$Set_OpenOption$FileAttributes()
1810 verify(mockFileSystemProvider).newByteChannel(mockPath, stubSet, stubFileAttribute); in test_newByteChannel$Path$Set_OpenOption$FileAttributes()