Searched refs:dex_locations (Results 1 – 1 of 1) sorted by relevance
595 const std::vector<const char*>& dex_locations, in OpenDexFiles() argument600 const char* dex_location = dex_locations[i]; in OpenDexFiles()853 std::vector<const char*> dex_locations; in dex2oat() local920 dex_locations.push_back(option.substr(strlen("--dex-location=")).data()); in dex2oat()1187 if (dex_locations.empty()) { in dex2oat()1189 dex_locations.push_back(dex_filenames[i]); in dex2oat()1191 } else if (dex_locations.size() != dex_filenames.size()) { in dex2oat()1335 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, boot_class_path); in dex2oat()1459 size_t failure_count = OpenDexFiles(dex_filenames, dex_locations, dex_files); in dex2oat()