/aosp_15_r20/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 | RemovePackageHelper.java | 85 public void removeCodePath(File codePath) { in removeCodePath() 92 private void removeCodePathLI(File codePath) { in removeCodePathLI() 124 private void removeCachedResult(@NonNull File codePath) { in removeCachedResult()
|
H A D | PackageAbiHelperImpl.java | 68 final File codePath = new File(codePathString); in calculateBundledApkRoot() local 119 private static String deriveCodePathName(String codePath) { in deriveCodePathName() 164 final File appLib32InstallDir, final String codePath, final String sourceDir, in deriveNativeLibraryPaths()
|
H A D | PackageManagerServiceUtils.java | 795 public static int decompressFiles(String codePath, File dstCodePath, String packageName) { in decompressFiles() 848 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles() 891 public static boolean compressedFileExists(String codePath) { in compressedFileExists() 1239 static String tryParsePackageName(@NonNull String codePath) throws IllegalArgumentException { in tryParsePackageName()
|
H A D | PackageDexOptimizer.java | 812 File codePath = new File(pkg.getPath()); in getPackageOatDirIfSupported() local 820 public static File getOatDir(File codePath) { in getOatDir()
|
H A D | InstallPackageHelper.java | 2680 final String codePath = ps.getPathString(); in updateSettingsInternalLI() local 2765 final String codePath = ps.getPathString(); in executePostCommitStepsLIF() local 3396 private File decompressPackage(String packageName, String codePath) { in decompressPackage() 3515 final File codePath = new File(codePathString); in installPackageFromSystemLIF() local 3701 final File codePath = new File(pkg.getPath()); in cleanupDisabledPackageSettings() local
|
H A D | CleanUpArgs.java | 35 CleanUpArgs(@NonNull String packageName, @NonNull String codePath, in CleanUpArgs()
|
/aosp_15_r20/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()
|
/aosp_15_r20/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() in movePackage() constant 232 val codePath = HostUtils.getCodePaths(device, pkgName).first() in remount() constant
|
H A D | SystemStubMultiUserDisableUninstallTest.kt | 163 val codePath = HostUtils.getCodePaths(device, TEST_PKG_NAME).first() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/dex/ |
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 | 178 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile() 216 String packageName, String codePath, ISnapshotRuntimeProfileCallback callback) { in snapshotAppProfile()
|
H A D | ArtUtils.java | 55 File codePath = new File(pkg.getPath()); in getOatDir() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/dex/ |
H A D | DexMetadataHelper.java | 138 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local 155 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
|
H A D | IArtManager.aidl | 48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
|
/aosp_15_r20/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 74 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()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/native/cmds/installd/installd/android_arm64_armv8-2a_cortex-a55/gen/aidl/android/os/ |
D | BnInstalld.h | 143 …binder::Status rmdex(const ::std::string& codePath, const ::std::string& instructionSet) override { in rmdex() 149 …ring& profileName, const ::std::string& codePath, bool dumpClassesAndMethods, bool* _aidl_return) … in dumpProfiles() 203 … appId, const ::std::string& profileName, const ::std::string& codePath, const ::std::optional<::s… in prepareAppProfile()
|
D | IInstalld.cpp | 979 …der::Status BpInstalld::rmdex(const ::std::string& codePath, const ::std::string& instructionSet) { in rmdex() 1063 … ::std::string& profileName, const ::std::string& codePath, bool dumpClassesAndMethods, bool* _aid… in dumpProfiles() 1855 …d, int32_t appId, const ::std::string& profileName, const ::std::string& codePath, const ::std::op… in prepareAppProfile()
|
/aosp_15_r20/art/test/846-multidex-data-image/src-art/ |
H A D | Main.java | 31 String codePath = DEX_LOCATION + "/846-multidex-data-image.jar"; in main() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | PackageParser.java | 400 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()
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 312 final String codePath = packageDir.getAbsolutePath(); in composePackageLiteFromApks() local 415 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
|
/aosp_15_r20/cts/hostsidetests/packagemanager/stats/device/src/com/android/cts/packagemanager/stats/device/ |
H A D | IncrementalAppErrorStatsTestsHelper.java | 74 final String codePath = appInfo.sourceDir; in loadingApks() local
|
/aosp_15_r20/art/test/2230-profile-save-hotness/src-art/ |
H A D | Main.java | 42 String codePath = System.getenv("DEX_LOCATION") + "/2230-profile-save-hotness.jar"; in main() local
|
/aosp_15_r20/cts/hostsidetests/dexmetadata/app/src/com/android/cts/dexmetadata/ |
H A D | InstallDexMetadataTest.java | 149 private static String getDexMetadataFromApk(String codePath) { in getDexMetadataFromApk()
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 2296 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() 2592 for (const auto& codePath : codePaths) { in getAppSize() local 2642 for (const auto& codePath : codePaths) { in getAppSize() local 2653 for (const auto& codePath : codePaths) { in getAppSize() local 3194 const std::string& codePath, in dumpProfiles() 3905 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
|