Home
last modified time | relevance | path

Searched refs:profiles_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
709 profiles_fd->push_back(std::move(profile_fd)); in open_profile_files()
802 static void run_profman_merge(const std::vector<unique_fd>& profiles_fd, in run_profman_merge() argument
806 run_profman(profiles_fd, reference_profile_fd, apk_fds, dex_locations, in run_profman_merge()
815 std::vector<unique_fd> profiles_fd; in run_profman_copy_and_update() local
816 profiles_fd.push_back(std::move(profile_fd)); in run_profman_copy_and_update()
822 run_profman(profiles_fd, reference_profile_fd, &apk_fds, &dex_locations, in run_profman_copy_and_update()
834 std::vector<unique_fd> profiles_fd; in analyze_profiles() local
837 &profiles_fd, &reference_profile_fd); in analyze_profiles()
838 if (profiles_fd.empty() || (reference_profile_fd.get() < 0)) { in analyze_profiles()
[all …]