Searched refs:targetDir (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
D | DefaultContainerService.java | 328 final File targetDir = new File(newMountPath); in copyPackageToContainerInner() local 332 copyFile(pkg.baseCodePath, targetDir, "base.apk", isForwardLocked); in copyPackageToContainerInner() 335 copyFile(pkg.splitCodePaths[i], targetDir, in copyPackageToContainerInner() 341 final File libraryRoot = new File(targetDir, LIB_DIR_NAME); in copyPackageToContainerInner() 395 private void copyFile(String sourcePath, File targetDir, String targetName, in copyFile() argument 398 final File targetFile = new File(targetDir, targetName); in copyFile() 408 final File publicTargetFile = new File(targetDir, publicTargetName); in copyFile()
|