Lines Matching refs:reference_profile_fd

691             /*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()
838 if (profiles_fd.empty() || (reference_profile_fd.get() < 0)) { in analyze_profiles()
848 run_profman_merge(profiles_fd, reference_profile_fd); in analyze_profiles()
923 const unique_fd& reference_profile_fd, in run_profman_dump() argument
932 if (reference_profile_fd != -1) { in run_profman_dump()
934 reference_profile_fd.get())); in run_profman_dump()
960 unique_fd reference_profile_fd; in dump_profiles() local
965 &profile_fds, &reference_profile_fd); in dump_profiles()
967 const bool has_reference_profile = (reference_profile_fd.get() != -1); in dump_profiles()
997 run_profman_dump(profile_fds, reference_profile_fd, dex_locations, in dump_profiles()
2055 Dex2oatFileWrapper reference_profile_fd = maybe_open_reference_profile( in dexopt() local
2092 reference_profile_fd.get(), in dexopt()
2117 reference_profile_fd.SetCleanup(false); in dexopt()
2649 unique_fd reference_profile_fd; in create_app_profile_snapshot() local
2651 &profiles_fd, &reference_profile_fd); in create_app_profile_snapshot()
2652 if (profiles_fd.empty() || (reference_profile_fd.get() < 0)) { in create_app_profile_snapshot()
2656 profiles_fd.push_back(std::move(reference_profile_fd)); in create_app_profile_snapshot()