Home
last modified time | relevance | path

Searched defs:codePath (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCompilerStats.java81 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
DPendingPackage.java25 PendingPackage(String name, String realName, File codePath, File resourcePath, in PendingPackage()
DPackageSetting.java34 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
DPackageDexOptimizer.java304 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local
318 static File getOatDir(File codePath) { in getOatDir()
DPackageSettingBase.java63 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()
DInstaller.java120 String codePath, PackageStats stats) throws InstallerException { in getAppSize()
173 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
DSettings.java429 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
DPackageManagerService.java7457 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/
DPackageParser.java332 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()
DApplicationInfo.java1211 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()