/frameworks/base/services/core/java/com/android/server/pm/ |
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
|
D | PackageManagerServiceUtils.java | 659 public static File[] getCompressedFiles(String codePath) { in getCompressedFiles() 702 public static boolean compressedFileExists(String codePath) { in compressedFileExists()
|
D | PackageSetting.java | 50 PackageSetting(String name, String realName, File codePath, File resourcePath, in PackageSetting()
|
D | Installer.java | 319 public boolean dumpProfiles(int uid, String packageName, String profileName, String codePath) in dumpProfiles() 358 public void rmdex(String codePath, String instructionSet) throws InstallerException { in rmdex() 572 String profileName, String codePath, String dexMetadataPath) throws InstallerException { in prepareAppProfile()
|
D | PackageDexOptimizer.java | 632 File codePath = new File(pkg.codePath); in createOatDirIfSupported() local 649 static File getOatDir(File codePath) { in getOatDir()
|
D | PackageSettingBase.java | 62 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()
|
D | Settings.java | 592 PackageSetting addPackageLPw(String name, String realName, File codePath, File resourcePath, in addPackageLPw() 673 File codePath, File resourcePath, String legacyNativeLibraryPath, String primaryCpuAbi, in createNewSetting() 789 @NonNull File codePath, File resourcePath, in updatePackageSetting()
|
D | PackageManagerShellCommand.java | 1319 String codePath = null; in runSnapshotProfile() local
|
/frameworks/base/core/java/android/content/pm/dex/ |
D | DexMetadataHelper.java | 120 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local 137 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
|
D | IArtManager.aidl | 48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
|
D | ArtManager.java | 109 @Nullable String codePath, @NonNull @CallbackExecutor Executor executor, in snapshotRuntimeProfile()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | ArtManagerService.java | 170 @Nullable String codePath, @NonNull ISnapshotRuntimeProfileCallback callback, in snapshotRuntimeProfile() 207 private void snapshotAppProfile(String packageName, String codePath, in snapshotAppProfile() 405 String codePath = codePathsProfileNames.keyAt(i); in prepareAppProfiles() local 455 String codePath = packageProfileNames.keyAt(i); in dumpProfiles() local
|
D | PackageDexUsage.java | 269 String codePath = codeEntry.getKey(); in write() local 400 String codePath = line.substring(CODE_PATH_LINE_CHAR.length()); in read() local 729 private boolean mergeCodePathUsedByOtherApps(String codePath, boolean isUsedByOtherApps, in mergeCodePathUsedByOtherApps() 749 public boolean isUsedByOtherApps(String codePath) { in isUsedByOtherApps() 757 public Set<String> getLoadingPackages(String codePath) { in getLoadingPackages()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 59 void rmdex(@utf8InCpp String codePath, @utf8InCpp String instructionSet); in rmdex() 63 @utf8InCpp String codePath); in dumpProfiles() 103 int userId, int appId, @utf8InCpp String profileName, @utf8InCpp String codePath, in prepareAppProfile()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1177 binder::Status InstalldNativeService::rmdex(const std::string& codePath, in rmdex() 1440 for (const auto& codePath : codePaths) { in getAppSize() local 1487 for (const auto& codePath : codePaths) { in getAppSize() local 1498 for (const auto& codePath : codePaths) { in getAppSize() local 1885 const std::string& profileName, const std::string& codePath, bool* _aidl_return) { in dumpProfiles() 2665 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 406 public final String codePath; field in PackageParser.PackageLite 425 public PackageLite(String codePath, ApkLite baseApk, String[] splitNames, in PackageLite() 464 public final String codePath; field in PackageParser.ApkLite 483 public ApkLite(String codePath, String packageName, String splitName, in ApkLite() 979 final String codePath = packageDir.getAbsolutePath(); in parseClusterPackageLite() local 1691 private static ApkLite parseApkLite(String codePath, XmlPullParser parser, AttributeSet attrs, in parseApkLite() 6213 public String codePath; field in PackageParser.Package 6393 public void setApplicationInfoCodePath(String codePath) { in setApplicationInfoCodePath() 6476 public void setCodePath(String codePath) { in setCodePath()
|
D | ApplicationInfo.java | 1888 /** {@hide} */ public void setCodePath(String codePath) { scanSourceDir = codePath; } in setCodePath()
|