Home
last modified time | relevance | path

Searched defs:copyFile (Results 1 – 2 of 2) sorted by relevance

/cts/libs/util/src/android/provider/cts/
DFileCopyHelper.java76 private void copyFile(InputStream source, OutputStream target) throws IOException { in copyFile() method in FileCopyHelper
/cts/tools/vm-tests-tf/src/util/build/
DBuildStep.java106 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep