/aosp12/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 | PackageAbiHelperImpl.java | 56 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_info_creator.cpp | 124 std::string codePath = installDirPath + PATH_SEPARATOR + bundleProfile.bundleName; in SetBundleInfo() local 213 …BundleInfoCreator::SetAbilityInfos(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfos() 240 … BundleInfoCreator::SetAbilityInfo(const BundleProfile &bundleProfile, const std::string &codePath, in SetAbilityInfo()
|
H A D | bundle_daemon_client.cpp | 231 int32_t BundleDaemonClient::ExtractHap(const char *hapFile, const char *codePath) in RegisterCallback() 364 int32_t BundleDaemonClient::RemoveInstallDirectory(const char *codePath, const char *dataPath, bool… in RegisterCallback()
|
H A D | gt_bundle_manager_service.cpp | 265 char *codePath = installedInfo->codePath; in GetBundleSize() local 730 char *codePath = nullptr; in ReloadEntireBundleInfo() local 919 void GtManagerService::TransformJsToBcWhenRestart(const char *codePath, const char *bundleName) in TransformJsToBcWhenRestart() 993 void GtManagerService::TransformJsToBc(const char *codePath, const char *bundleJsonPath, cJSON *ins… in TransformJsToBc()
|
H A D | bundle_manager_service.cpp | 448 char *codePath = nullptr; in ReloadEntireBundleInfo() local 492 void ManagerService::ReloadBundleInfo(const char *codePath, const char *appId, const char *bundleNa… in ReloadBundleInfo() 637 char *codePath = installedInfo->codePath; in GetBundleSize() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.h | 38 …panda::panda_file::StringPacProtect codePath = panda::panda_file::StringPacProtect(workerInfo_->co… in AssetHelper() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_daemon_handler.cpp | 41 int32_t BundleDaemonHandler::ExtractHap(const char *hapPath, const char *codePath) in ExtractHap() 156 int32_t BundleDaemonHandler::RemoveInstallDirectory(const char *codePath, const char *dataPath, boo… in RemoveInstallDirectory() 259 bool BundleDaemonHandler::IsValideCodePath(const char *codePath) in IsValideCodePath()
|
H A D | bundle_daemon.cpp | 169 std::string codePath = ""; in ExtractHapInvoke() local 252 std::string codePath = ""; in RemoveInstallDirectoryInvoke() local
|
/aosp12/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalManager.java | 291 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 D | ArtUtils.java | 57 File codePath = new File(pkg.getPath()); in getOatDir() local
|
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 | 176 @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 D | IArtManager.aidl | 48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage); in snapshotRuntimeProfile()
|
H A D | DexMetadataHelper.java | 137 String codePath = codePaths.get(i); in buildPackageApkToDexMetadataMap() local 154 public static String buildDexMetadataPathForApk(String codePath) { in buildDexMetadataPathForApk()
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 188 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex 238 val codePath = HostUtils.getCodePaths(device, pkgName).first() regex
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_deal_test.cpp | 129 std::string codePath = "CodePath"; variable 144 std::string codePath = "/data/app/el1/bundle/public"; variable 296 std::string codePath = "CodePath"; variable
|
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | js_environment_impl.h | 30 panda::panda_file::StringPacProtect codePath; member
|
/aosp12/art/test/2230-profile-save-hotness/src-art/ |
H A D | Main.java | 40 String codePath = System.getenv("DEX_LOCATION") + "/2230-profile-save-hotness.jar"; in main() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 62 for (auto &codePath : codePaths) { in Marshalling() local
|
/aosp12/art/test/595-profile-saving/src/ |
H A D | Main.java | 30 String codePath = System.getenv("DEX_LOCATION") + "/595-profile-saving.jar"; in main() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 580 const std::string& codePath = bundleName; variable 595 const std::string& codePath = "codePath"; variable 610 const std::string& codePath = "../codePath"; variable
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | F2fsUtils.java | 280 private static File[] getFilesToRelease(@NonNull File codePath) { in getFilesToRelease()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 99 char *codePath; member
|
/aosp12/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | ApkLiteParseUtils.java | 239 final String codePath = packageDir.getAbsolutePath(); in composePackageLiteFromApks() local 342 private static ParseResult<ApkLite> parseApkLite(ParseInput input, String codePath, in parseApkLite()
|