Searched refs:getCodeFile (Results 1 – 3 of 3) sorted by relevance
327 mOriginInfo.mFile.getAbsolutePath(), request.getCodeFile()); in copyApkForFileInstall()336 request.getCodeFile().getAbsolutePath()); in copyApkForFileInstall()337 final File libraryRoot = new File(request.getCodeFile(), LIB_DIR_NAME); in copyApkForFileInstall()340 handle = NativeLibraryHelper.Handle.create(request.getCodeFile()); in copyApkForFileInstall()384 if (DEBUG_INSTALL) Slog.d(TAG, "codeFile after move is " + request.getCodeFile()); in copyApkForMoveInstall()563 mRemovePackageHelper.removeCodePath(request.getCodeFile()); in doPostInstall()573 mRemovePackageHelper.removeCodePath(request.getCodeFile()); in cleanUpForFailedInstall()
215 public File getCodeFile() { in getCodeFile() method in InstallRequest
1853 mRemovePackageHelper.removeCodePath(request.getCodeFile()); in doRenameLI()1857 final File targetDir = resolveTargetDir(request.getInstallFlags(), request.getCodeFile()); in doRenameLI()1858 final File beforeCodeFile = request.getCodeFile(); in doRenameLI()