Lines Matching refs:dex_locations
541 const std::vector<std::string>& dex_locations, in SetupArgs() argument
568 for (const std::string& dex_location : dex_locations) { in SetupArgs()
611 const std::vector<std::string>& dex_locations = std::vector<std::string>(), in SetupMerge() argument
617 dex_locations, in SetupMerge()
637 const std::vector<std::string>& dex_locations, in SetupDump() argument
649 dex_locations, in SetupDump()
675 const std::vector<std::string>& dex_locations = std::vector<std::string>(); in analyze_profiles() local
680 dex_locations, in analyze_profiles()
811 std::vector<std::string> dex_locations; in dump_profiles() local
818 dex_locations.push_back(Basename(code_path)); in dump_profiles()
823 profman_dump.SetupDump(profile_fds, reference_profile_fd, dex_locations, apk_fds, in dump_profiles()
2571 std::vector<std::string>* dex_locations) { in open_classpath_files() argument
2580 dex_locations->push_back(elem); in open_classpath_files()
2610 std::vector<std::string> dex_locations; in create_app_profile_snapshot() local
2611 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_app_profile_snapshot()
2620 dex_locations, in create_app_profile_snapshot()
2692 std::vector<std::string> dex_locations; in create_boot_image_profile_snapshot() local
2693 if (!open_classpath_files(classpath, &apk_fds, &dex_locations)) { in create_boot_image_profile_snapshot()
2727 dex_locations, in create_boot_image_profile_snapshot()