Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/uicd/tests/
DUiConductorTest.java274 private File copyFile(String srcFilePath, String destDirPath) throws IOException { in copyFile() argument
275 File srcFile = new File(srcFilePath); in copyFile()
292 private MultiMap<String, File> copyFile(String key, String srcFilePath, String destDirPath) in copyFile() argument
295 File srcFile = new File(srcFilePath); in copyFile()