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

/art/dex2oat/
H A Ddex2oat.cc413 const std::vector<const char*>& dex_locations,
418 const char* dex_location = dex_locations[i];
575 std::vector<const char*> dex_locations; local
622 dex_locations.push_back(option.substr(strlen("--dex-location=")).data());
779 if (dex_locations.empty()) {
781 dex_locations.push_back(dex_filenames[i]);
783 } else if (dex_locations.size() != dex_filenames.size()) {
849 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, boot_class_path);
917 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, dex_files);
412 OpenDexFiles(const std::vector<const char*>& dex_filenames, const std::vector<const char*>& dex_locations, std::vector<const DexFile*>& dex_files) argument

Completed in 1065 milliseconds