Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h37 bool clear_primary_reference_profile(const std::string& pkgname, const std::string& profile_name);
39 bool clear_primary_current_profile(const std::string& pkgname, const std::string& profile_name,
42 bool clear_primary_current_profiles(const std::string& pkgname, const std::string& profile_name);
52 const std::string& profile_name);
70 const std::string& profile_name,
75 const std::string& profile_name,
81 const std::string& profile_name);
90 const std::string& profile_name,
108 bool downgrade, int target_sdk_version, const char* profile_name,
Ddexopt.cpp917 const std::string& profile_name) { in analyze_primary_profiles() argument
918 return analyze_profiles(uid, package_name, profile_name, /*is_secondary_dex*/false); in analyze_primary_profiles()
957 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() argument
962 pkgname.c_str(), profile_name.c_str()); in dump_profiles()
964 open_profile_files(uid, pkgname, profile_name, /*is_secondary_dex*/false, in dump_profiles()
1011 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() argument
1015 profile_name, in copy_system_profile()
1363 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() argument
1388 if (profile_name == nullptr) { in maybe_open_reference_profile()
1392 location = profile_name; in maybe_open_reference_profile()
[all …]
Dotapreopt_parameters.h48 const char* profile_name; variable
Dotapreopt_parameters.cpp129 profile_name = "primary.prof"; in SetDefaultsForPostV1Arguments()
344 profile_name = ParseNull(param); in ReadArgumentsPostV1()
Dutils.h93 const std::string& profile_name);
Dutils.cpp299 const std::string& profile_name) { in create_snapshot_profile_path() argument
300 std::string ref_profile = create_reference_profile_path(package, profile_name, in create_snapshot_profile_path()
Dotapreopt.cpp588 parameters_.profile_name, in Dexopt()
DInstalldNativeService.cpp1972 const char* profile_name = getCStr(profileName); in dexopt() local
1978 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.cpp773 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile() argument
777 package_name, kTestUserId, kTestAppId, profile_name, apk_path_, in preparePackageProfile()
788 kTestUserId, package_name, profile_name, /*is_secondary_dex*/ false); in preparePackageProfile()
790 profile_name, /*is_secondary_dex*/ false); in preparePackageProfile()