/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A 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
|
H A D | PackageAbiHelperImpl.java | 56 final File codePath = new File(codePathString); in calculateBundledApkRoot() local 107 private static String deriveCodePathName(String codePath) { in deriveCodePathName() 145 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths()
|
H A D | PackageManagerServiceUtils.java | 781 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles() 824 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
|
H A D | Installer.java | 529 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles() 550 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 795 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
|
H A D | PackageDexOptimizer.java | 872 File codePath = new File(pkg.getPath()); in getPackageOatDirIfSupported() local 880 public static File getOatDir(File codePath) { in getOatDir()
|
/aosp12/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalManager.java | 291 final String codePath = codeFile.getAbsolutePath(); in rmPackageDir() local 311 public boolean registerLoadingProgressCallback(@NonNull String codePath, in registerLoadingProgressCallback() 325 public void unregisterLoadingProgressCallbacks(@NonNull String codePath) { in unregisterLoadingProgressCallbacks() 401 public IncrementalMetrics getMetrics(@NonNull String codePath) { in getMetrics()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtUtils.java | 57 File codePath = new File(pkg.getPath()); in getOatDir() local
|
H A D | PackageDexUsage.java | 281 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()
|
H A D | ArtManagerService.java | 176 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile() 213 private void snapshotAppProfile(String packageName, String codePath, in snapshotAppProfile() 414 String codePath = codePathsProfileNames.keyAt(i); in prepareAppProfiles() local 472 String codePath = packageProfileNames.keyAt(i); in dumpProfiles() local
|
/aosp12/frameworks/base/core/java/android/content/pm/dex/ |
H A D | IArtManager.aidl | 48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
|
H A D | DexMetadataHelper.java | 137 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local 154 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
|
H A D | ArtManager.java | 109 @Nullable String codePath, @NonNull @CallbackExecutor Executor executor, in snapshotRuntimeProfile()
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 188 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex 238 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex
|
H A D | SystemStubMultiUserDisableUninstallTest.kt | 163 val codePath = HostUtils.getCodePaths(device, TEST_PKG_NAME).first() regex
|
/aosp12/art/test/2230-profile-save-hotness/src-art/ |
H A D | Main.java | 40 String codePath = System.getenv("DEX_LOCATION") + "/2230-profile-save-hotness.jar"; in main() local
|
/aosp12/art/test/595-profile-saving/src/ |
H A D | Main.java | 30 String codePath = System.getenv("DEX_LOCATION") + "/595-profile-saving.jar"; in main() local
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | F2fsUtils.java | 280 private static File[] getFilesToRelease(@NonNull File codePath) { in getFilesToRelease()
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 239 final String codePath = packageDir.getAbsolutePath(); in composePackageLiteFromApks() local 342 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 70 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 74 @utf8InCpp String codePath); in dumpProfiles() 111 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | PackageSettingBuilder.java | 73 public PackageSettingBuilder setCodePath(String codePath) { in setCodePath()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | ParsedPackage.java | 48 ParsedPackage setCodePath(String codePath); in setCodePath()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ProcessErrorStateRecord.java | 421 final String codePath = mApp.info.getCodePath(); in appNotResponding() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 1517 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() 1772 for (const auto& codePath : codePaths) { in getAppSize() local 1822 for (const auto& codePath : codePaths) { in getAppSize() local 1833 for (const auto& codePath : codePaths) { in getAppSize() local 2349 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() 3026 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
|
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackStore.java | 245 static void backupPackageCodePath(Rollback rollback, String packageName, String codePath) in backupPackageCodePath()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityMetricsLogger.java | 992 final String codePath = info.applicationInfo.getCodePath(); in logAppTransition() local 1124 final String codePath = info.mLastLaunchedActivity.info.applicationInfo.getCodePath(); in logAppTransitionReportedDrawn() local
|