Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp691 /*out*/ std::vector<unique_fd>* profiles_fd, /*out*/ unique_fd* reference_profile_fd) { in open_profile_files() argument
693 *reference_profile_fd = open_reference_profile(uid, package_name, location, in open_profile_files()
743 const unique_fd& reference_profile_fd, in run_profman() argument
759 + std::to_string(reference_profile_fd.get()); in run_profman()
803 const unique_fd& reference_profile_fd, in run_profman_merge() argument
806 run_profman(profiles_fd, reference_profile_fd, apk_fds, dex_locations, in run_profman_merge()
812 unique_fd&& reference_profile_fd, in run_profman_copy_and_update() argument
822 run_profman(profiles_fd, reference_profile_fd, &apk_fds, &dex_locations, in run_profman_copy_and_update()
835 unique_fd reference_profile_fd; in analyze_profiles() local
837 &profiles_fd, &reference_profile_fd); in analyze_profiles()
[all …]