Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java1806 FileAttribute stubFileAttribute = mock(FileAttribute.class); 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()