/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 | PackageSetting.java | 48 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
|
D | PackageSettingBase.java | 73 File codePath; field in PackageSettingBase 150 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase() 182 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
|
D | PackageDexOptimizer.java | 554 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local 571 static File getOatDir(File codePath) { in getOatDir()
|
D | OtaDexoptService.java | 249 File codePath = new File(pkg.codePath); in getOatDir() local
|
D | Installer.java | 332 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
|
D | Settings.java | 596 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw() 698 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting() 808 @NonNull File codePath, @Nullable String legacyNativeLibraryPath, in updatePackageSetting() 938 final String codePath = pkg.applicationInfo.getCodePath(); in insertPackageSettingLPw() local
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 398 public final String codePath; field in PackageParser.PackageLite 417 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite() 455 public final String codePath; field in PackageParser.ApkLite 474 … public ApkLite(String codePath, String packageName, String splitName, boolean isFeatureSplit, in ApkLite() 935 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local 1774 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite() 5683 public String codePath; field in Package 5854 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath() 5931 public void setCodePath(String codePath) { in setCodePath()
|
D | ApplicationInfo.java | 1499 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 56 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1087 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() 1393 for (auto codePath : codePaths) { in getAppSize() local 1404 for (auto codePath : codePaths) { in getAppSize() local
|