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

/art/dex2oat/
H A Ddex2oat.cc563 const std::vector<const char*>& dex_locations,
568 const char* dex_location = dex_locations[i];
821 std::vector<const char*> dex_locations; local
881 dex_locations.push_back(option.substr(strlen("--dex-location=")).data());
1120 if (dex_locations.empty()) {
1122 dex_locations.push_back(dex_filenames[i]);
1124 } else if (dex_locations.size() != dex_filenames.size()) {
1245 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, boot_class_path);
1333 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, dex_files);
562 OpenDexFiles(const std::vector<const char*>& dex_filenames, const std::vector<const char*>& dex_locations, std::vector<const DexFile*>& dex_files) argument

Completed in 9 milliseconds