| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | CompilerStats.java | 81 public long getCompileTime(String codePath) { in getCompileTime() 92 public void setCompileTime(String codePath, long compileTimeInMs) { in setCompileTime() 103 private static String getStoredPathFromCodePath(String codePath) { in getStoredPathFromCodePath() 236 String codePath = s.substring(1, colonIndex); in read() local
|
| D | PendingPackage.java | 25 PendingPackage(String name, String realName, File codePath, File resourcePath, in PendingPackage()
|
| D | PackageSetting.java | 34 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
|
| D | PackageDexOptimizer.java | 304 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local 318 static File getOatDir(File codePath) { in getOatDir()
|
| D | PackageSettingBase.java | 63 File codePath; field in PackageSettingBase 135 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase() 197 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
|
| D | Installer.java | 120 String codePath, PackageStats stats) throws InstallerException { in getAppSize() 173 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
|
| D | Settings.java | 429 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, in getPackageLPw() 591 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw() 686 String realName, SharedUserSetting sharedUser, File codePath, File resourcePath, in getPackageLPw() 895 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw() local
|
| D | PackageManagerService.java | 7457 void removeCodePathLI(File codePath) { in removeCodePathLI() 9208 final File codePath = new File(codePathString); in calculateBundledApkRoot() local 9245 final String codePath = pkg.codePath; in setNativeLibraryPaths() local 13053 private InstallArgs createInstallArgsForExisting(int installFlags, String codePath, in createInstallArgsForExisting() 13221 FileInstallArgs(String codePath, String resourcePath, String[] instructionSets) { in FileInstallArgs() 13897 static String deriveCodePathName(String codePath) { in deriveCodePathName() 18988 String codePath = processCids.get(args); in loadMediaPackages() local
|
| /frameworks/base/core/java/android/content/pm/ |
| D | PackageParser.java | 332 public final String codePath; field in PackageParser.PackageLite 349 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite() 381 public final String codePath; field in PackageParser.ApkLite 395 public ApkLite(String codePath, String packageName, String splitName, int versionCode, in ApkLite() 778 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local 1434 private static ApkLite parseApkLite(String codePath, Resources res, XmlPullParser parser, in parseApkLite() 4744 public String codePath; field in PackageParser.Package 4900 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath() 4964 public void setCodePath(String codePath) { in setCodePath()
|
| D | ApplicationInfo.java | 1211 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()
|