/frameworks/native/cmds/installd/ |
D | dexopt.h | 50 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name); 52 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name, 55 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name); 65 const std::string& profile_name); 83 const std::string& profile_name, 88 const std::string& profile_name, 94 const std::string& profile_name); 103 const std::string& profile_name, 121 bool downgrade, int target_sdk_version, const char* profile_name,
|
D | dexopt.cpp | 989 const std::string& profile_name) { in analyze_primary_profiles() argument 990 return analyze_profiles(uid, package_name, profile_name, /*is_secondary_dex*/false); in analyze_primary_profiles() 993 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() argument 998 pkgname.c_str(), profile_name.c_str()); in dump_profiles() 1000 open_profile_files(uid, pkgname, profile_name, /*is_secondary_dex*/false, in dump_profiles() 1048 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() argument 1052 profile_name, in copy_system_profile() 1393 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() argument 1418 if (profile_name == nullptr) { in maybe_open_reference_profile() 1422 location = profile_name; in maybe_open_reference_profile() [all …]
|
D | otapreopt_parameters.cpp | 131 profile_name = "primary.prof"; in SetDefaultsForPostV1Arguments() 348 profile_name = ParseNull(param); in ReadArgumentsPostV1()
|
D | otapreopt_parameters.h | 48 const char* profile_name; variable
|
D | utils.h | 103 const std::string& profile_name);
|
D | utils.cpp | 344 const std::string& profile_name) { in create_snapshot_profile_path() argument 345 std::string ref_profile = create_reference_profile_path(package, profile_name, in create_snapshot_profile_path()
|
D | otapreopt.cpp | 492 parameters_.profile_name, in Dexopt()
|
D | InstalldNativeService.cpp | 2313 const char* profile_name = getCStr(profileName); in dexopt() local 2319 downgrade, targetSdkVersion, profile_name, dm_path, compilation_reason, &error_msg); in dexopt()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 362 std::optional<std::string> profile_name; in CompileSecondaryDex() local 379 profile_name, in CompileSecondaryDex() 483 std::string profile_name = "primary.prof"; in CompilePrimaryDex() local 489 package_name_, kTestUserId, kTestAppId, profile_name, apk_path_, in CompilePrimaryDex() 506 profile_name, in CompilePrimaryDex() 980 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile() argument 984 package_name, kTestUserId, kTestAppId, profile_name, apk_path_, in preparePackageProfile() 994 kTestUserId, package_name, profile_name, /*is_secondary_dex*/ false); in preparePackageProfile() 996 profile_name, /*is_secondary_dex*/ false); in preparePackageProfile()
|
D | installd_otapreopt_test.cpp | 85 ASSERT_STREQ(params.profile_name, ParseNull(args[i++])); in verifyPackageParameters() 87 ASSERT_STREQ(params.profile_name, "primary.prof"); in verifyPackageParameters()
|