/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()
|
/aosp14/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 | 57 final File codePath = new File(codePathString); in calculateBundledApkRoot() local 108 private static String deriveCodePathName(String codePath) { in deriveCodePathName() 146 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths()
|
H A D | RemovePackageHelper.java | 89 public void removeCodePath(File codePath) { in removeCodePath() 96 private void removeCodePathLI(File codePath) { in removeCodePathLI() 128 private void removeCachedResult(@NonNull File codePath) { in removeCachedResult()
|
H A D | PackageManagerServiceUtils.java | 807 public static int decompressFiles(String codePath, File dstCodePath, String packageName) { in decompressFiles() 860 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles() 903 public static boolean compressedFileExists(String codePath) { in compressedFileExists() 1314 static String tryParsePackageName(@NonNull String codePath) throws IllegalArgumentException { in tryParsePackageName()
|
H A D | InstallArgs.java | 107 InstallArgs(String codePath, String[] instructionSets) { in InstallArgs()
|
/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()
|
/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalManager.java | 308 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()
|
/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
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtUtils.java | 55 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 | 187 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile() 225 String packageName, String codePath, ISnapshotRuntimeProfileCallback callback) { in snapshotAppProfile() 474 String codePath = codePathsProfileNames.keyAt(i); in prepareAppProfiles() local 532 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()
|
/aosp14/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 | 138 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local 155 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
|
/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
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 191 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex 232 val codePath = HostUtils.getCodePaths(device, pkgName).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()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | F2fsUtils.java | 280 private static File[] getFilesToRelease(@NonNull File codePath) { in getFilesToRelease()
|