Searched refs:destDirPath (Results 1 – 2 of 2) sorted by relevance
274 private File copyFile(String srcFilePath, String destDirPath) throws IOException { in copyFile() argument276 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() argument296 File destDir = new File(destDirPath); in copyFile()303 Paths.get(destDirPath, file.getName()).toString())); in copyFile()
127 String destDirPath = apks.getParentFile().getAbsolutePath(); in extractSplitsFromApks() local131 destDir = new File(destDirPath, moduleName + SPLITS_KEYWORD); in extractSplitsFromApks()