Home | History | Annotate | Download | only in pm

Lines Matching defs:profileFile

9755                 File profileFile = new File(getPrebuildProfilePath(pkg));
9757 if (profileFile.exists()) {
9762 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(),
9771 Log.e(TAG, "Failed to copy profile " + profileFile.getAbsolutePath() + " ",
9784 profileFile = new File(systemProfilePath);
9791 if (profileFile.exists()) {
9797 if (!mInstaller.copySystemProfile(profileFile.getAbsolutePath(),
9805 profileFile.getAbsolutePath() + " ", e);