Home
last modified time | relevance | path

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

/cts/tools/vm-tests/src/util/build/
DBuildStep.java106 public static void copyFile(File in, File out) throws IOException { in copyFile() method in BuildStep
/cts/tools/host/src/com/android/cts/
DTestHost.java195 private void copyFile(final String srcFileName, final String dstFileName) throws IOException { in copyFile() method in TestHost