Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java245 File cachedFile, copyFile; in fetchRemoteFile() local
308 File copyFile(String remotePath, File cachedFile) throws BuildRetrievalError { in copyFile() method in FileDownloadCache
DBuildInfo.java235 File copyFile; in addAllFiles() local
246 setFile(fileEntry.getKey(), copyFile, fileEntry.getValue().getVersion()); in addAllFiles() local
/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java275 private File copyFile(String srcFilePath, String destDirPath) throws IOException { in copyFile() method in UiConductorTest
293 private MultiMap<String, File> copyFile(String key, String srcFilePath, String destDirPath) in copyFile() method in UiConductorTest
/tools/tradefederation/core/src/com/android/tradefed/util/
DFileUtil.java524 public static void copyFile(File origFile, File destFile) throws IOException { in copyFile() method in FileUtil