Searched refs:dex_locations (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp763 const std::vector<std::string>& dex_locations,
778 for (const std::string& dex_location : dex_locations) {
819 std::vector<std::string> dex_locations; local
828 dex_locations.push_back(get_location_from_path(full_path));
836 run_profman_dump(profile_fds, reference_profile_fd, dex_locations,
761 run_profman_dump(const std::vector<unique_fd>& profile_fds, const unique_fd& reference_profile_fd, const std::vector<std::string>& dex_locations, const std::vector<unique_fd>& apk_fds, const unique_fd& output_fd) argument

Completed in 226 milliseconds