Home
last modified time | relevance | path

Searched refs:zipped_dex_file_locations_ (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h376 std::list<std::string> zipped_dex_file_locations_; variable
Doat_writer.cc367 zipped_dex_file_locations_(), in OatWriter()
541 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddZippedDexFilesSource()
542 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddZippedDexFilesSource()
551 if (zipped_dex_file_locations_.empty()) { in AddZippedDexFilesSource()
577 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddVdexDexFilesSource()
578 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()