Home | History | Annotate | Download | only in pm

Lines Matching refs:getCodePath

5281         if (pkg.applicationInfo.getCodePath() == null ||
5365 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString)
5369 + " found at " + pkg.applicationInfo.getCodePath()
5376 File destCodeFile = new File(pkg.applicationInfo.getCodePath());
5742 final String codePath = pkg.applicationInfo.getCodePath();
6642 final String apkName = deriveCodePathName(pkg.applicationInfo.getCodePath());
9370 abstract String getCodePath();
9574 String getCodePath() {
9775 String getCodePath() {
9927 final File codeFile = new File(getCodePath());
10398 deletedPackage.applicationInfo.getCodePath(),
10527 File tmpPackageFile = new File(args.getCodePath());
12995 && ps.codePathString.startsWith(args.getCodePath())) {
13074 if (codePath == null || !codePath.startsWith(args.getCodePath())) {
13075 Slog.e(TAG, "Container " + args.cid + " cachepath " + args.getCodePath()