Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h50 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,
Ddexopt.cpp989 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 …]
Dotapreopt_parameters.cpp131 profile_name = "primary.prof"; in SetDefaultsForPostV1Arguments()
348 profile_name = ParseNull(param); in ReadArgumentsPostV1()
Dotapreopt_parameters.h48 const char* profile_name; variable
Dutils.h103 const std::string& profile_name);
Dutils.cpp344 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()
Dotapreopt.cpp492 parameters_.profile_name, in Dexopt()
DInstalldNativeService.cpp2313 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/
Dinstalld_dexopt_test.cpp362 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()
Dinstalld_otapreopt_test.cpp85 ASSERT_STREQ(params.profile_name, ParseNull(args[i++])); in verifyPackageParameters()
87 ASSERT_STREQ(params.profile_name, "primary.prof"); in verifyPackageParameters()