Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFile.java99 void copyContentTo(File file) throws IOException {} in copyContentTo() method in File
DRegularFile.java159 void copyContentTo(File file) throws IOException { in copyContentTo() method in RegularFile
DFileSystemView.java601 sourceFile.copyContentTo(copyFile); in copy()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DRegularFileTest.java813 file.copyContentTo(copy); in testNonEmpty_copy()
820 file.copyContentTo(copy); in testNonEmpty_copy_multipleTimes()
822 copy.copyContentTo(copy2); in testNonEmpty_copy_multipleTimes()