Home
last modified time | relevance | path

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

12

/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
DCleanUpArgs.java35 CleanUpArgs(@NonNull String packageName, @NonNull String codePath, in CleanUpArgs()
DPackageAbiHelperImpl.java67 final File codePath = new File(codePathString); in calculateBundledApkRoot() local
118 private static String deriveCodePathName(String codePath) { in deriveCodePathName()
163 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths()
DRemovePackageHelper.java85 public void removeCodePath(File codePath) { in removeCodePath()
92 private void removeCodePathLI(File codePath) { in removeCodePathLI()
124 private void removeCachedResult(@NonNull File codePath) { in removeCachedResult()
DPackageManagerServiceUtils.java794 public static int decompressFiles(String codePath, File dstCodePath, String packageName) { in decompressFiles()
847 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles()
890 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
1238 static String tryParsePackageName(@NonNull String codePath) throws IllegalArgumentException { in tryParsePackageName()
DPackageDexOptimizer.java812 File codePath = new File(pkg.getPath()); in getPackageOatDirIfSupported() local
820 public static File getOatDir(File codePath) { in getOatDir()
DInstallPackageHelper.java2443 final String codePath = ps.getPathString(); in updateSettingsInternalLI() local
2528 final String codePath = ps.getPathString(); in executePostCommitStepsLIF() local
3188 private File decompressPackage(String packageName, String codePath) { in decompressPackage()
3295 final File codePath = new File(codePathString); in installPackageFromSystemLIF() local
3481 final File codePath = new File(pkg.getPath()); in cleanupDisabledPackageSettings() local
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt191 val codePath = HostUtils.getCodePaths(device, pkgName).first() in movePackage() constant
232 val codePath = HostUtils.getCodePaths(device, pkgName).first() in remount() constant
DSystemStubMultiUserDisableUninstallTest.kt163 val codePath = HostUtils.getCodePaths(device, TEST_PKG_NAME).first() in <lambda>() constant
/frameworks/base/core/java/android/os/incremental/
DIncrementalManager.java308 final String codePath = codeFile.getAbsolutePath(); in rmPackageDir() local
328 public boolean registerLoadingProgressCallback(@NonNull String codePath, in registerLoadingProgressCallback()
342 public void unregisterLoadingProgressCallbacks(@NonNull String codePath) { in unregisterLoadingProgressCallbacks()
418 public IncrementalMetrics getMetrics(@NonNull String codePath) { in getMetrics()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtUtils.java55 File codePath = new File(pkg.getPath()); in getOatDir() local
DPackageDexUsage.java281 String codePath = codeEntry.getKey(); in write() local
413 String codePath = line.substring(CODE_PATH_LINE_CHAR.length()); in read() local
721 private boolean mergePrimaryCodePaths(String codePath, String loadingPackage) { in mergePrimaryCodePaths()
730 public boolean isUsedByOtherApps(String codePath) { in isUsedByOtherApps()
750 public Set<String> getLoadingPackages(String codePath) { in getLoadingPackages()
DArtManagerService.java178 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile()
216 String packageName, String codePath, ISnapshotRuntimeProfileCallback callback) { in snapshotAppProfile()
/frameworks/base/core/java/android/content/pm/dex/
DIArtManager.aidl48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
DDexMetadataHelper.java138 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local
155 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
DArtManager.java109 @Nullable String codePath, @NonNull @CallbackExecutor Executor executor, in snapshotRuntimeProfile()
/frameworks/base/core/java/com/android/internal/content/
DF2fsUtils.java280 private static File[] getFilesToRelease(@NonNull File codePath) { in getFilesToRelease()
/frameworks/base/core/java/com/android/internal/pm/parsing/
DPackageParser2.java193 @NonNull String baseCodePath, @NonNull String codePath, in startParsingPackage()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageSettingBuilder.java71 public PackageSettingBuilder setCodePath(String codePath) { in setCodePath()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl74 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex()
78 @utf8InCpp String codePath, boolean dumpClassesAndMethods); in dumpProfiles()
113 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java303 final String codePath = packageDir.getAbsolutePath(); in composePackageLiteFromApks() local
406 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
DScanTests.java374 final String codePath = "/data/apex/" + DUMMY_PACKAGE_NAME + ".apex"; in scanFirstBoot_apexDontDeriveAbis() local
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java588 final String codePath = mApp.info.getCodePath(); in appNotResponding() local
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackStore.java257 static void backupPackageCodePath(Rollback rollback, String packageName, String codePath) in backupPackageCodePath()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java400 public final String codePath; field in PackageParser.PackageLite
425 public PackageLite(String codePath, String baseCodePath, ApkLite baseApk, in PackageLite()
473 public final String codePath; field in PackageParser.ApkLite
503 public ApkLite(String codePath, String packageName, String splitName, in ApkLite()
1073 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local
1622 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite()
6782 public String codePath; field in PackageParser.Package
6994 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
7077 public void setCodePath(String codePath) { in setCodePath()

12