Lines Matching refs:apk_fds
540 const std::vector<U>& apk_fds, in SetupArgs() argument
554 CHECK_EQ(1u, apk_fds.size()); in SetupArgs()
564 for (const U& fd : apk_fds) { in SetupArgs()
610 const std::vector<unique_fd>& apk_fds = std::vector<unique_fd>(), in SetupMerge() argument
616 apk_fds, in SetupMerge()
638 const std::vector<unique_fd>& apk_fds, bool dump_classes_and_methods, in SetupDump() argument
648 apk_fds, in SetupDump()
674 const std::vector<unique_fd>& apk_fds = std::vector<unique_fd>(); in analyze_profiles() local
679 apk_fds, in analyze_profiles()
812 std::vector<unique_fd> apk_fds; in dump_profiles() local
819 apk_fds.push_back(std::move(apk_fd)); in dump_profiles()
823 profman_dump.SetupDump(profile_fds, reference_profile_fd, dex_locations, apk_fds, in dump_profiles()
2570 bool open_classpath_files(const std::string& classpath, std::vector<unique_fd>* apk_fds, in open_classpath_files() argument
2579 apk_fds->push_back(std::move(fd)); in open_classpath_files()
2609 std::vector<unique_fd> apk_fds; in create_app_profile_snapshot() local
2611 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_app_profile_snapshot()
2619 apk_fds, in create_app_profile_snapshot()
2691 std::vector<unique_fd> apk_fds; in create_boot_image_profile_snapshot() local
2693 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_boot_image_profile_snapshot()
2698 if (apk_fds.empty()) { in create_boot_image_profile_snapshot()
2726 apk_fds, in create_boot_image_profile_snapshot()