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

/art/compiler/
H A Doat_test.cc147 const std::vector<const char*>& dex_filenames,
152 for (const char* dex_filename : dex_filenames) {
146 WriteElf(File* file, const std::vector<const char*>& dex_filenames, SafeMap<std::string, std::string>& key_value_store, bool verify) argument
/art/runtime/
H A Druntime.cc899 static size_t OpenDexFiles(const std::vector<std::string>& dex_filenames, argument
909 for (size_t i = 0; i < dex_filenames.size(); i++) {
910 const char* dex_filename = dex_filenames[i].c_str();
1188 std::vector<std::string> dex_filenames; local
1189 Split(boot_class_path_string_, ':', &dex_filenames);
1193 dex_locations = dex_filenames;
1196 CHECK_EQ(dex_filenames.size(), dex_locations.size());
1203 OpenDexFiles(dex_filenames,

Completed in 64 milliseconds