Home
last modified time | relevance | path

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

/art/profman/
Dboot_image_profile.cc261 std::string profile_content; in GenerateBootImageProfile() local
264 profile_content += ClassToProfileFormat(it.first, it.second, options.append_package_use_list) in GenerateBootImageProfile()
268 profile_content += MethodToProfileFormat(it.first, it.second, options.append_package_use_list) in GenerateBootImageProfile()
279 return android::base::WriteStringToFile(profile_content, boot_profile_out_path) in GenerateBootImageProfile()