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

/frameworks/native/cmds/installd/
H A Dcommands.cpp1211 const std::vector<std::string>& dex_locations,
1226 for (const std::string& dex_location : dex_locations) {
1280 std::vector<std::string> dex_locations; local
1289 dex_locations.push_back(get_location_from_path(full_path));
1297 run_profman_dump(profile_fds, reference_profile_fd, dex_locations,
1209 run_profman_dump(const std::vector<fd_t>& profile_fds, fd_t reference_profile_fd, const std::vector<std::string>& dex_locations, const std::vector<fd_t>& apk_fds, fd_t output_fd) argument

Completed in 102 milliseconds