Home
last modified time | relevance | path

Searched defs:codePath (Results 1 – 25 of 33) 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
DPackageAbiHelperImpl.java57 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()
DRemovePackageHelper.java82 public void removeCodePathLI(File codePath) { in removeCodePathLI()
111 private void removeCachedResult(@NonNull File codePath) { in removeCachedResult()
DPackageManagerServiceUtils.java727 public static int decompressFiles(String codePath, File dstCodePath, String packageName) { in decompressFiles()
780 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles()
823 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
1231 static String tryParsePackageName(@NonNull String codePath) throws IllegalArgumentException { in tryParsePackageName()
DFileInstallArgs.java79 FileInstallArgs(String codePath, String[] instructionSets, PackageManagerService pm) { in FileInstallArgs()
DInstaller.java670 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath, in dumpProfiles()
693 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
955 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
DPackageDexOptimizer.java1038 File codePath = new File(pkg.getPath()); in getPackageOatDirIfSupported() local
1046 public static File getOatDir(File codePath) { in getOatDir()
DInstallPackageHelper.java2156 final String codePath = ps.getPathString(); in updateSettingsInternalLI() local
2243 final String codePath = pkg.getPath(); in executePostCommitSteps() local
3133 private File decompressPackage(String packageName, String codePath) { in decompressPackage()
3242 final File codePath = new File(codePathString); in installPackageFromSystemLIF() local
3422 final File codePath = new File(pkg.getPath()); in cleanupDisabledPackageSettings() local
/frameworks/base/core/java/android/os/incremental/
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()
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt188 val codePath = HostUtils.getCodePaths(device, pkgName).first() in movePackage() constant
238 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/services/core/java/com/android/server/pm/dex/
DArtUtils.java57 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.java181 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile()
218 private void snapshotAppProfile(String packageName, String codePath, in snapshotAppProfile()
415 String codePath = codePathsProfileNames.keyAt(i); in prepareAppProfiles() local
473 String codePath = packageProfileNames.keyAt(i); in dumpProfiles() local
/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/native/cmds/installd/binder/android/os/
DIInstalld.aidl76 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex()
80 @utf8InCpp String codePath, boolean dumpClassesAndMethods); in dumpProfiles()
115 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageSettingBuilder.java71 public PackageSettingBuilder setCodePath(String codePath) { in setCodePath()
/frameworks/base/core/java/android/content/pm/parsing/
DApkLiteParseUtils.java299 final String codePath = packageDir.getAbsolutePath(); in composePackageLiteFromApks() local
402 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
/frameworks/base/services/core/java/com/android/server/am/
DProcessErrorStateRecord.java470 final String codePath = mApp.info.getCodePath(); in appNotResponding() local
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackStore.java245 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()
6781 public String codePath; field in PackageParser.Package
6993 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
7076 public void setCodePath(String codePath) { in setCodePath()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2122 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex()
2410 for (const auto& codePath : codePaths) { in getAppSize() local
2460 for (const auto& codePath : codePaths) { in getAppSize() local
2471 for (const auto& codePath : codePaths) { in getAppSize() local
3008 const std::string& codePath, in dumpProfiles()
3715 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()

12