Home
last modified time | relevance | path

Searched refs:destDirPath (Results 1 – 2 of 2) 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
276 File destDir = new File(destDirPath); in copyFile()
279 copyFile(file.getAbsolutePath(), Paths.get(destDirPath, file.getName()).toString()); in copyFile()
292 private MultiMap<String, File> copyFile(String key, String srcFilePath, String destDirPath) in copyFile() argument
296 File destDir = new File(destDirPath); in copyFile()
303 Paths.get(destDirPath, file.getName()).toString())); in copyFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBundletoolUtil.java127 String destDirPath = apks.getParentFile().getAbsolutePath(); in extractSplitsFromApks() local
131 destDir = new File(destDirPath, moduleName + SPLITS_KEYWORD); in extractSplitsFromApks()