• Home
  • Raw
  • Download

Lines Matching refs:profileName

1163         const std::string& profileName) {  in clearAppProfiles()  argument
1166 CHECK_ARGUMENT_FILE_NAME(profileName); in clearAppProfiles()
1167 if (!base::EndsWith(profileName, ".prof")) { in clearAppProfiles()
1170 profileName.c_str())); in clearAppProfiles()
1175 if (!clear_primary_reference_profile(packageName, profileName)) { in clearAppProfiles()
1178 if (!clear_primary_current_profiles(packageName, profileName)) { in clearAppProfiles()
1345 const std::string& profileName) { in deleteReferenceProfile() argument
1352 create_reference_profile_path(packageName, profileName, /*is_secondary_dex=*/false); in deleteReferenceProfile()
1357 return error("Failed to delete profile " + profileName + " for " + packageName); in deleteReferenceProfile()
3193 const std::string& profileName, in dumpProfiles() argument
3201 *_aidl_return = dump_profiles(uid, packageName, profileName, codePath, dumpClassesAndMethods); in dumpProfiles()
3207 int32_t packageUid, const std::string& packageName, const std::string& profileName, in copySystemProfile() argument
3217 CHECK_ARGUMENT_FILE_NAME(profileName); in copySystemProfile()
3218 if (!base::EndsWith(profileName, ".prof")) { in copySystemProfile()
3221 profileName.c_str())); in copySystemProfile()
3224 *_aidl_return = copy_system_profile(systemProfile, packageUid, packageName, profileName); in copySystemProfile()
3230 const std::string& profileName, int* _aidl_return) { in mergeProfiles() argument
3235 *_aidl_return = analyze_primary_profiles(uid, packageName, profileName); in mergeProfiles()
3240 const std::string& packageName, const std::string& profileName, in createProfileSnapshot() argument
3246 *_aidl_return = create_profile_snapshot(appId, packageName, profileName, classpath); in createProfileSnapshot()
3251 const std::string& profileName) { in destroyProfileSnapshot() argument
3256 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
3258 return error("Failed to destroy profile snapshot for " + packageName + ":" + profileName); in destroyProfileSnapshot()
3274 const std::optional<std::string>& profileName, in dexopt() argument
3299 const char* profile_name = getCStr(profileName); in dexopt()
3905 int32_t userId, int32_t appId, const std::string& profileName, const std::string& codePath, in prepareAppProfile() argument
3913 *_aidl_return = prepare_app_profile(packageName, userId, appId, profileName, codePath, in prepareAppProfile()