Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h46 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name);
48 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name,
51 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
61 const std::string& profile_name);
79 const std::string& profile_name,
84 const std::string& profile_name,
90 const std::string& profile_name);
99 const std::string& profile_name,
117 bool downgrade, int target_sdk_version, const char* profile_name,
Ddexopt.cpp904 const std::string& profile_name) { in analyze_primary_profiles() argument
905 return analyze_profiles(uid, package_name, profile_name, /*is_secondary_dex*/false); in analyze_primary_profiles()
908 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() argument
913 pkgname.c_str(), profile_name.c_str()); in dump_profiles()
915 open_profile_files(uid, pkgname, profile_name, /*is_secondary_dex*/false, in dump_profiles()
963 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() argument
967 profile_name, in copy_system_profile()
1313 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() argument
1338 if (profile_name == nullptr) { in maybe_open_reference_profile()
1342 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.cpp341 const std::string& profile_name) { in create_snapshot_profile_path() argument
342 std::string ref_profile = create_reference_profile_path(package, profile_name, in create_snapshot_profile_path()
Dotapreopt.cpp573 parameters_.profile_name, in Dexopt()
DInstalldNativeService.cpp2118 const char* profile_name = getCStr(profileName); in dexopt() local
2124 downgrade, targetSdkVersion, profile_name, dm_path, compilation_reason, &error_msg); in dexopt()
/frameworks/native/cmds/installd/tests/
Dinstalld_otapreopt_test.cpp85 ASSERT_STREQ(params.profile_name, ParseNull(args[i++])); in verifyPackageParameters()
87 ASSERT_STREQ(params.profile_name, "primary.prof"); in verifyPackageParameters()
Dinstalld_dexopt_test.cpp911 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile() argument
915 package_name, kTestUserId, kTestAppId, profile_name, apk_path_, in preparePackageProfile()
925 kTestUserId, package_name, profile_name, /*is_secondary_dex*/ false); in preparePackageProfile()
927 profile_name, /*is_secondary_dex*/ false); in preparePackageProfile()