Lines Matching refs:apk_fds
773 const std::vector<unique_fd>& apk_fds, in SetupArgs() argument
787 CHECK_EQ(1u, apk_fds.size()); in SetupArgs()
797 for (const unique_fd& fd : apk_fds) { in SetupArgs()
823 const std::vector<unique_fd>& apk_fds = std::vector<unique_fd>(), in SetupMerge() argument
829 apk_fds, in SetupMerge()
858 const std::vector<unique_fd>& apk_fds, in SetupDump() argument
864 apk_fds, in SetupDump()
902 const std::vector<unique_fd>& apk_fds = std::vector<unique_fd>(); in analyze_profiles() local
907 apk_fds, in analyze_profiles()
1019 std::vector<unique_fd> apk_fds; in dump_profiles() local
1026 apk_fds.push_back(std::move(apk_fd)); in dump_profiles()
1030 profman_dump.SetupDump(profile_fds, reference_profile_fd, dex_locations, apk_fds, output_fd); in dump_profiles()
2778 bool open_classpath_files(const std::string& classpath, std::vector<unique_fd>* apk_fds, in open_classpath_files() argument
2787 apk_fds->push_back(std::move(fd)); in open_classpath_files()
2817 std::vector<unique_fd> apk_fds; in create_app_profile_snapshot() local
2819 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_app_profile_snapshot()
2827 apk_fds, in create_app_profile_snapshot()
2898 std::vector<unique_fd> apk_fds; in create_boot_image_profile_snapshot() local
2900 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_boot_image_profile_snapshot()
2905 if (apk_fds.empty()) { in create_boot_image_profile_snapshot()
2933 apk_fds, in create_boot_image_profile_snapshot()