Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A 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
H A DPackageAbiHelperImpl.java56 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 DPackageManagerServiceUtils.java781 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles()
824 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
H A DInstaller.java529 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 DPackageDexOptimizer.java872 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 DIncrementalManager.java291 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 DArtUtils.java57 File codePath = new File(pkg.getPath()); in getOatDir() local
H A 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()
H A DArtManagerService.java176 @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 DIArtManager.aidl48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
H A DDexMetadataHelper.java137 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local
154 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
H A DArtManager.java109 @Nullable String codePath, @NonNull @CallbackExecutor Executor executor, in snapshotRuntimeProfile()
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt188 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex
238 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex
H A DSystemStubMultiUserDisableUninstallTest.kt163 val codePath = HostUtils.getCodePaths(device, TEST_PKG_NAME).first() regex
/aosp12/art/test/2230-profile-save-hotness/src-art/
H A DMain.java40 String codePath = System.getenv("DEX_LOCATION") + "/2230-profile-save-hotness.jar"; in main() local
/aosp12/art/test/595-profile-saving/src/
H A DMain.java30 String codePath = System.getenv("DEX_LOCATION") + "/595-profile-saving.jar"; in main() local
/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DF2fsUtils.java280 private static File[] getFilesToRelease(@NonNull File codePath) { in getFilesToRelease()
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DApkLiteParseUtils.java239 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 DIInstalld.aidl70 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 DPackageSettingBuilder.java73 public PackageSettingBuilder setCodePath(String codePath) { in setCodePath()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DParsedPackage.java48 ParsedPackage setCodePath(String codePath); in setCodePath()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessErrorStateRecord.java421 final String codePath = mApp.info.getCodePath(); in appNotResponding() local
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1517 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 DRollbackStore.java245 static void backupPackageCodePath(Rollback rollback, String packageName, String codePath) in backupPackageCodePath()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityMetricsLogger.java992 final String codePath = info.applicationInfo.getCodePath(); in logAppTransition() local
1124 final String codePath = info.mLastLaunchedActivity.info.applicationInfo.getCodePath(); in logAppTransitionReportedDrawn() local

12