Searched defs:destDirPath (Results 1 – 2 of 2) sorted by relevance
274 private File copyFile(String srcFilePath, String destDirPath) throws IOException { in copyFile()292 private MultiMap<String, File> copyFile(String key, String srcFilePath, String destDirPath) in copyFile()
127 String destDirPath = apks.getParentFile().getAbsolutePath(); in extractSplitsFromApks() local