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.h372 std::list<std::string> zipped_dex_file_locations_; variable
Doat_writer.cc389 zipped_dex_file_locations_(), in OatWriter()
573 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddDexFileSource()
574 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddDexFileSource()
583 if (zipped_dex_file_locations_.empty()) { in AddDexFileSource()
613 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddVdexDexFilesSource()
614 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()