Home
last modified time | relevance | path

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

/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.java54 final File codePath = new File(codePathString); in calculateBundledApkRoot() local
105 private static String deriveCodePathName(String codePath) { in deriveCodePathName()
141 final File appLib32InstallDir, final String codePath, final String sourceDir, in getNativeLibraryPaths()
DPackageSetting.java50 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
DPackageManagerServiceUtils.java686 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles()
729 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
DPackageDexOptimizer.java652 File codePath = new File(pkg.codePath); in getPackageOatDirIfSupported() local
659 static File getOatDir(File codePath) { in getOatDir()
DInstaller.java336 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles()
379 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex()
596 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
DPackageSettingBase.java62 File codePath; field in PackageSettingBase
136 PackageSettingBase(String name, String realName, File codePath, File resourcePath, in PackageSettingBase()
168 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString, in init()
DSettings.java515 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw()
596 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting()
713 @NonNull File codePath, File resourcePath, in updatePackageSetting()
DPackageManagerShellCommand.java1691 String codePath = null; in runSnapshotProfile() local
/frameworks/base/core/java/android/content/pm/dex/
DDexMetadataHelper.java120 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local
137 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
DIArtManager.aidl48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
DArtManager.java109 @Nullable String codePath, @NonNull @CallbackExecutor Executor executor, in snapshotRuntimeProfile()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageBuilder.java30 PackageBuilder setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
40 PackageBuilder setCodePath(String codePath) { in setCodePath()
DPackageSettingBuilder.java55 public PackageSettingBuilder setCodePath(String codePath) { in setCodePath()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DPackageDexUsage.java285 String codePath = codeEntry.getKey(); in write() local
422 String codePath = line.substring(CODE_PATH_LINE_CHAR.length()); in read() local
752 private boolean mergeCodePathUsedByOtherApps(String codePath, boolean isUsedByOtherApps, in mergeCodePathUsedByOtherApps()
772 public boolean isUsedByOtherApps(String codePath) { in isUsedByOtherApps()
780 public Set<String> getLoadingPackages(String codePath) { in getLoadingPackages()
DArtManagerService.java170 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile()
207 private void snapshotAppProfile(String packageName, String codePath, in snapshotAppProfile()
410 String codePath = codePathsProfileNames.keyAt(i); in prepareAppProfiles() local
467 String codePath = packageProfileNames.keyAt(i); in dumpProfiles() local
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl64 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex()
68 @utf8InCpp String codePath); in dumpProfiles()
107 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackStore.java216 static void backupPackageCodePath(Rollback rollback, String packageName, String codePath) in backupPackageCodePath()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1496 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex()
1740 for (const auto& codePath : codePaths) { in getAppSize() local
1788 for (const auto& codePath : codePaths) { in getAppSize() local
1799 for (const auto& codePath : codePaths) { in getAppSize() local
2221 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles()
2989 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java396 public final String codePath; field in PackageParser.PackageLite
415 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite()
454 public final String codePath; field in PackageParser.ApkLite
477 public ApkLite(String codePath, String packageName, String splitName, in ApkLite()
1031 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local
1754 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite()
6486 public String codePath; field in Package
6698 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath()
6781 public void setCodePath(String codePath) { in setCodePath()
DApplicationInfo.java2121 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()