Lines Matching refs:dex_locations

774                   const std::vector<std::string>& dex_locations,  in SetupArgs()  argument
801 for (const std::string& dex_location : dex_locations) { in SetupArgs()
824 const std::vector<std::string>& dex_locations = std::vector<std::string>(), in SetupMerge() argument
830 dex_locations, in SetupMerge()
845 std::vector<std::string> dex_locations = {dex_location}; in SetupCopyAndUpdate() local
849 dex_locations, in SetupCopyAndUpdate()
857 const std::vector<std::string>& dex_locations, in SetupDump() argument
865 dex_locations, in SetupDump()
903 const std::vector<std::string>& dex_locations = std::vector<std::string>(); in analyze_profiles() local
908 dex_locations, in analyze_profiles()
1018 std::vector<std::string> dex_locations; in dump_profiles() local
1025 dex_locations.push_back(get_location_from_path(code_path.c_str())); in dump_profiles()
1030 profman_dump.SetupDump(profile_fds, reference_profile_fd, dex_locations, apk_fds, output_fd); in dump_profiles()
2779 std::vector<std::string>* dex_locations) { in open_classpath_files() argument
2788 dex_locations->push_back(elem); in open_classpath_files()
2818 std::vector<std::string> dex_locations; in create_app_profile_snapshot() local
2819 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_app_profile_snapshot()
2828 dex_locations, in create_app_profile_snapshot()
2899 std::vector<std::string> dex_locations; in create_boot_image_profile_snapshot() local
2900 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_boot_image_profile_snapshot()
2934 dex_locations, in create_boot_image_profile_snapshot()