Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileStore.java153 File copyWithoutContent(File file, AttributeCopyOption attributeCopyOption) throws IOException { in copyWithoutContent() argument
156 attributes.copyAttributes(file, copy, attributeCopyOption); in copyWithoutContent()
DFileSystemView.java557 AttributeCopyOption attributeCopyOption = AttributeCopyOption.NONE; in copy() local
563 attributeCopyOption = AttributeCopyOption.BASIC; in copy()
567 attributeCopyOption = in copy()
572 copyFile = destView.store.copyWithoutContent(sourceFile, attributeCopyOption); in copy()